Title: [198564] trunk/LayoutTests
Revision
198564
Author
mmaxfi...@apple.com
Date
2016-03-22 17:12:23 -0700 (Tue, 22 Mar 2016)

Log Message

Post-review test update after r198560
https://bugs.webkit.org/show_bug.cgi?id=155533

Unreviewed.

* fast/scrolling/rtl-scrollbars-positioning-expected.html:
* fast/scrolling/rtl-scrollbars-positioning.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198563 => 198564)


--- trunk/LayoutTests/ChangeLog	2016-03-22 23:47:12 UTC (rev 198563)
+++ trunk/LayoutTests/ChangeLog	2016-03-23 00:12:23 UTC (rev 198564)
@@ -1,3 +1,13 @@
+2016-03-22  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Post-review test update after r198560
+        https://bugs.webkit.org/show_bug.cgi?id=155533
+
+        Unreviewed.
+
+        * fast/scrolling/rtl-scrollbars-positioning-expected.html:
+        * fast/scrolling/rtl-scrollbars-positioning.html:
+
 2016-03-22  John Wilander  <wilan...@apple.com>
 
         Restrict WebSockets header parsing according to RFC6455 and RFC7230. Based on Lamarque V. Souza's original patch.

Modified: trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning-expected.html (198563 => 198564)


--- trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning-expected.html	2016-03-22 23:47:12 UTC (rev 198563)
+++ trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning-expected.html	2016-03-23 00:12:23 UTC (rev 198564)
@@ -8,7 +8,7 @@
 </style>
 </head>
 <body style="margin: 0px;">
-<div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see 7 equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
+<div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see some equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
 <div style="position: absolute; left: 0px; top: 0px;">m</div>
 <div style="position: absolute; left: 0px; top: 30px;">m</div>
 <div style="position: absolute; left: 0px; top: 60px;">m</div>
@@ -16,6 +16,7 @@
 <div style="position: absolute; left: 0px; top: 120px;">m</div>
 <div style="position: absolute; left: 0px; top: 150px;">m</div>
 <div style="position: absolute; left: 0px; top: 180px;">m</div>
+<div style="position: absolute; left: 0px; top: 210px;">m</div>
 <div style="position: absolute; left: 0px; top: 0px; width: 1px; height: 2000px;"></div>
 </body>
 </html>
\ No newline at end of file

Modified: trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning.html (198563 => 198564)


--- trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning.html	2016-03-22 23:47:12 UTC (rev 198563)
+++ trunk/LayoutTests/fast/scrolling/rtl-scrollbars-positioning.html	2016-03-23 00:12:23 UTC (rev 198564)
@@ -8,7 +8,7 @@
 </style>
 </head>
 <body style="margin: 0px;">
-<div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see 7 equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
+<div style="position: absolute; left: 40px; top: 8px; width: 600px; font: 16px Times;">This test makes sure that static and absolutely positioned divs work correctly with main frame scrolling, overflow: scroll, and iframes. The test passes if you see some equally sized and equally spaced black boxes (20px x 20px) below, stacked vertically, with 10px of vertical space between them</div>
 <div>m</div>
 <div style="position: absolute; left: 0px; top: 30px;">m</div>
 <div style="position: fixed; left: 0px; top: 60px;">m</div>
@@ -29,6 +29,7 @@
 <body style='margin: 0px;'>
 <div>m</div>
 <div style='position: absolute; left: 0px; top: 30px;'>m</div>
+<div style='position: fixed; left: 0px; top: 60px;'>m</div>
 <div style='position: absolute; left: 0px; top: 0px; width: 1px; height: 2000px;'></div>
 </body>
 </html>"></iframe>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to