Title: [90084] trunk/LayoutTests
Revision
90084
Author
simon.fra...@apple.com
Date
2011-06-29 20:34:18 -0700 (Wed, 29 Jun 2011)

Log Message

2011-06-29  Simon Fraser  <simon.fra...@apple.com>

        Fix the test description.

        * fast/layers/negative-scroll-positions-expected.txt:
        * fast/layers/script-tests/negative-scroll-positions.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90083 => 90084)


--- trunk/LayoutTests/ChangeLog	2011-06-30 03:07:40 UTC (rev 90083)
+++ trunk/LayoutTests/ChangeLog	2011-06-30 03:34:18 UTC (rev 90084)
@@ -1,3 +1,10 @@
+2011-06-29  Simon Fraser  <simon.fra...@apple.com>
+
+        Fix the test description.
+
+        * fast/layers/negative-scroll-positions-expected.txt:
+        * fast/layers/script-tests/negative-scroll-positions.js:
+
 2011-06-29  Keishi Hattori  <kei...@webkit.org>
 
         Reviewed by Adam Barth.

Modified: trunk/LayoutTests/fast/layers/negative-scroll-positions-expected.txt (90083 => 90084)


--- trunk/LayoutTests/fast/layers/negative-scroll-positions-expected.txt	2011-06-30 03:07:40 UTC (rev 90083)
+++ trunk/LayoutTests/fast/layers/negative-scroll-positions-expected.txt	2011-06-30 03:34:18 UTC (rev 90084)
@@ -1,4 +1,4 @@
-This tests the HTMLImageElement border property.
+This tests that negative scrollTop and scrollLeft values are clamped to zero.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 

Modified: trunk/LayoutTests/fast/layers/script-tests/negative-scroll-positions.js (90083 => 90084)


--- trunk/LayoutTests/fast/layers/script-tests/negative-scroll-positions.js	2011-06-30 03:07:40 UTC (rev 90083)
+++ trunk/LayoutTests/fast/layers/script-tests/negative-scroll-positions.js	2011-06-30 03:34:18 UTC (rev 90084)
@@ -1,5 +1,5 @@
 description(
-"This tests the HTMLImageElement border property."
+"This tests that negative scrollTop and scrollLeft values are clamped to zero."
 );
 
 var scroller = document.createElement('div');
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to