Title: [197517] branches/safari-601-branch/LayoutTests

Diff

Modified: branches/safari-601-branch/LayoutTests/ChangeLog (197516 => 197517)


--- branches/safari-601-branch/LayoutTests/ChangeLog	2016-03-03 21:25:09 UTC (rev 197516)
+++ branches/safari-601-branch/LayoutTests/ChangeLog	2016-03-03 21:43:47 UTC (rev 197517)
@@ -1,3 +1,22 @@
+2016-03-03  Matthew Hanson  <[email protected]>
+
+        Merge r195688.
+
+    2016-01-27  Brady Eidson  <[email protected]>
+
+            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.
+
+            The iframe file name is "replacestate-iframe.html", but the main frame src refers to "replaceState-iframe.html"
+
+            Notice the case difference on the 'S'.
+
+            Apparently some of our bots have case sensitive filesystems, and others do not.
+
+            * fast/loader/stateobjects/replacestate-frequency-iframe.html:
+
 2016-03-02  Ryan Haddad  <[email protected]>
 
         Merge r194336. rdar://problem/24935448

Modified: branches/safari-601-branch/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html (197516 => 197517)


--- branches/safari-601-branch/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html	2016-03-03 21:25:09 UTC (rev 197516)
+++ branches/safari-601-branch/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html	2016-03-03 21:43:47 UTC (rev 197517)
@@ -27,7 +27,7 @@
 function openFrame()
 {
     var iframe = document.createElement('iframe');
-    iframe.src = ''
+    iframe.src = ''
     document.body.appendChild(iframe);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to