Title: [176761] trunk/LayoutTests
Revision
176761
Author
[email protected]
Date
2014-12-03 16:00:30 -0800 (Wed, 03 Dec 2014)

Log Message

Unreviewed gardening.

Land expected result for fast/dom/timer-throttle-on-scrolling-iframe-away.html
that was missing in r176729.

* fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (176760 => 176761)


--- trunk/LayoutTests/ChangeLog	2014-12-03 23:53:56 UTC (rev 176760)
+++ trunk/LayoutTests/ChangeLog	2014-12-04 00:00:30 UTC (rev 176761)
@@ -1,3 +1,12 @@
+2014-12-03  Chris Dumez  <[email protected]>
+
+        Unreviewed gardening.
+
+        Land expected result for fast/dom/timer-throttle-on-scrolling-iframe-away.html
+        that was missing in r176729.
+
+        * fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt: Added.
+
 2014-12-03  Roger Fong  <[email protected]>
 
         Unreviewed. Remove 1.0.1 and experimental 1.0.3 WebGL conformance tests to make way for official 1.0.3 tests.

Added: trunk/LayoutTests/fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt (0 => 176761)


--- trunk/LayoutTests/fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt	2014-12-04 00:00:30 UTC (rev 176761)
@@ -0,0 +1,14 @@
+Tests that a repeating timer in an iframe changing the style of an element gets throttled when scrolling the frame out of view.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Frame is inside viewport, timer should not be throttled
+PASS isTimerThrottledBeforeScroll is false
+Scrolling frame out of view.
+Frame is outside viewport, timer should now be throttled
+PASS isTimerThrottledAfterScroll is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to