Title: [152589] trunk/LayoutTests
Revision
152589
Author
[email protected]
Date
2013-07-12 05:55:17 -0700 (Fri, 12 Jul 2013)

Log Message

Unreviewed typo fix.

* fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:
* fast/css-grid-layout/grid-element-change-columns-repaint.html:
* platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152588 => 152589)


--- trunk/LayoutTests/ChangeLog	2013-07-12 12:45:37 UTC (rev 152588)
+++ trunk/LayoutTests/ChangeLog	2013-07-12 12:55:17 UTC (rev 152589)
@@ -1,3 +1,11 @@
+2013-07-12  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed typo fix.
+
+        * fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:
+        * fast/css-grid-layout/grid-element-change-columns-repaint.html:
+        * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:
+
 2013-07-11  Roger Fong  <[email protected]>
 
         Replace simple_blank.swf with lines.swf for snapshotting tests.

Modified: trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt (152588 => 152589)


--- trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt	2013-07-12 12:45:37 UTC (rev 152588)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt	2013-07-12 12:55:17 UTC (rev 152589)
@@ -1,4 +1,4 @@
-This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-defintion-columns change should be seen.
+This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-definition-columns change should be seen.
 (repaint rects
   (rect 8 48 100 50)
   (rect 8 48 50 50)

Modified: trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html (152588 => 152589)


--- trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html	2013-07-12 12:45:37 UTC (rev 152588)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html	2013-07-12 12:55:17 UTC (rev 152589)
@@ -28,7 +28,7 @@
 }
 </style>
 <body>
-<div> This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-defintion-columns change should be seen.</div>
+<div> This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-definition-columns change should be seen.</div>
 <div class="constrainedContainer">
     <div class="grid">
         <div class="sizedToGridArea"></div>

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt (152588 => 152589)


--- trunk/LayoutTests/platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt	2013-07-12 12:45:37 UTC (rev 152588)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt	2013-07-12 12:55:17 UTC (rev 152589)
@@ -1,2 +1,2 @@
-This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-defintion-columns change should be seen.
+This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-definition-columns change should be seen.
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to