Title: [162954] trunk/LayoutTests
Revision
162954
Author
an...@apple.com
Date
2014-01-28 13:37:12 -0800 (Tue, 28 Jan 2014)

Log Message

Rebase fast/repaint/background-shorthand-with-gradient-and-height-changes.html after https://trac.webkit.org/r162947

* fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt:
* fast/repaint/background-shorthand-with-gradient-and-height-changes.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (162953 => 162954)


--- trunk/LayoutTests/ChangeLog	2014-01-28 21:31:17 UTC (rev 162953)
+++ trunk/LayoutTests/ChangeLog	2014-01-28 21:37:12 UTC (rev 162954)
@@ -1,5 +1,12 @@
 2014-01-28  Antti Koivisto  <an...@apple.com>
 
+        Rebase fast/repaint/background-shorthand-with-gradient-and-height-changes.html after https://trac.webkit.org/r162947
+
+        * fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt:
+        * fast/repaint/background-shorthand-with-gradient-and-height-changes.html:
+
+2014-01-28  Antti Koivisto  <an...@apple.com>
+
         Rebaseline some repaint test results after https://trac.webkit.org/r162947
         
         There are less repaint rects.

Modified: trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt (162953 => 162954)


--- trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt	2014-01-28 21:31:17 UTC (rev 162953)
+++ trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt	2014-01-28 21:37:12 UTC (rev 162954)
@@ -3,8 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS repaintRects.indexOf('28 84') is not -1
-PASS repaintRects.indexOf('8 84') is not -1
+PASS repaintRects.indexOf('8 84 40 220') is not -1
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html (162953 => 162954)


--- trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html	2014-01-28 21:31:17 UTC (rev 162953)
+++ trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html	2014-01-28 21:37:12 UTC (rev 162954)
@@ -58,11 +58,10 @@
 function logRepaints() {
     if (!window.internals)
         return;
-        
+
     repaintRects = window.internals.repaintRectsAsText();
     window.internals.stopTrackingRepaints();
-    shouldNotBe("repaintRects.indexOf('28 84')", "-1");
-    shouldNotBe("repaintRects.indexOf('8 84')", "-1");
+    shouldNotBe("repaintRects.indexOf('8 84 40 220')", "-1");
     finishJSTest();
 }
 </script>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to