Title: [195687] trunk/LayoutTests
Revision
195687
Author
beid...@apple.com
Date
2016-01-27 12:37:18 -0800 (Wed, 27 Jan 2016)

Log Message

Noticed while exploring:
LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite.
https://bugs.webkit.org/show_bug.cgi?id=153551

Unreviewed gardening.

Probably won't fix anything, but hey, let's try.

* fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt:
* fast/loader/stateobjects/replacestate-frequency-iframe.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (195686 => 195687)


--- trunk/LayoutTests/ChangeLog	2016-01-27 20:29:30 UTC (rev 195686)
+++ trunk/LayoutTests/ChangeLog	2016-01-27 20:37:18 UTC (rev 195687)
@@ -1,3 +1,16 @@
+2016-01-27  Brady Eidson  <beid...@apple.com>
+
+        Noticed while exploring:
+        LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite.
+        https://bugs.webkit.org/show_bug.cgi?id=153551
+
+        Unreviewed gardening.
+
+        Probably won't fix anything, but hey, let's try.
+
+        * fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt:
+        * fast/loader/stateobjects/replacestate-frequency-iframe.html:
+
 2016-01-27  Zhuo Li  <zac...@apple.com>
 
         Need ability to specify alternate image for AutoFill button in input fields.

Modified: trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt (195686 => 195687)


--- trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt	2016-01-27 20:29:30 UTC (rev 195686)
+++ trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt	2016-01-27 20:37:18 UTC (rev 195687)
@@ -1,6 +1,5 @@
 Test should not crash.
 Test does replaceStates both from the main frame and from an iframe and makes sure they both count against state object count limit.
-Click to test replaceState through a user gesture
 Successfully added item: 0
 Successfully added item: 1
 Successfully added item: 2

Modified: trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html (195686 => 195687)


--- trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html	2016-01-27 20:29:30 UTC (rev 195686)
+++ trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html	2016-01-27 20:37:18 UTC (rev 195687)
@@ -35,6 +35,5 @@
 <body>
 Test should not crash.<br>
 Test does replaceStates both from the main frame and from an iframe and makes sure they both count against state object count limit.<br>
-<button id="button" _onclick_="clicked();">Click to test replaceState through a user gesture</button>
 <div id="logger"></div>
 </body>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to