Title: [261973] trunk/LayoutTests
Revision
261973
Author
cdu...@apple.com
Date
2020-05-20 17:02:31 -0700 (Wed, 20 May 2020)

Log Message

(r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212179
<rdar://problem/63469486>

Unreviewed, add testRunner.dumpAsText() call in the test to get nicer expected
result.

* fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt:
* fast/frames/didBecomeCurrentDocumentInFrame-crash.html:
* platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261972 => 261973)


--- trunk/LayoutTests/ChangeLog	2020-05-20 23:42:20 UTC (rev 261972)
+++ trunk/LayoutTests/ChangeLog	2020-05-21 00:02:31 UTC (rev 261973)
@@ -1,3 +1,16 @@
+2020-05-20  Chris Dumez  <cdu...@apple.com>
+
+        (r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=212179
+        <rdar://problem/63469486>
+
+        Unreviewed, add testRunner.dumpAsText() call in the test to get nicer expected
+        result.
+
+        * fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt:
+        * fast/frames/didBecomeCurrentDocumentInFrame-crash.html:
+        * platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Removed.
+
 2020-05-20  Ryan Haddad  <ryanhad...@apple.com>
 
         Disable support for BeforeLoadEvent

Modified: trunk/LayoutTests/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt (261972 => 261973)


--- trunk/LayoutTests/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt	2020-05-20 23:42:20 UTC (rev 261972)
+++ trunk/LayoutTests/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt	2020-05-21 00:02:31 UTC (rev 261973)
@@ -1,12 +1,3 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 226x18
-          text run at (0,0) width 226: "This test passes if it does not crash."
-      RenderBlock {PRE} at (0,34) size 784x0
-      RenderBlock (anonymous) at (0,34) size 784x150
-        RenderEmbeddedObject {OBJECT} at (0,0) size 300x150
-        RenderText {#text} at (0,0) size 0x0
+This test passes if it does not crash.
+
+

Modified: trunk/LayoutTests/fast/frames/didBecomeCurrentDocumentInFrame-crash.html (261972 => 261973)


--- trunk/LayoutTests/fast/frames/didBecomeCurrentDocumentInFrame-crash.html	2020-05-20 23:42:20 UTC (rev 261972)
+++ trunk/LayoutTests/fast/frames/didBecomeCurrentDocumentInFrame-crash.html	2020-05-21 00:02:31 UTC (rev 261973)
@@ -1,6 +1,9 @@
 <html>
 <head>
 <script>
+if (window.testRunner)
+    testRunner.dumpAsText();
+
 function runTest() {
 	paramElement.appendChild(document.createElement("frame"));
 	objectElement._onbeforeload_ = () => { preElement.remove(); }

Deleted: trunk/LayoutTests/platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt (261972 => 261973)


--- trunk/LayoutTests/platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt	2020-05-20 23:42:20 UTC (rev 261972)
+++ trunk/LayoutTests/platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt	2020-05-21 00:02:31 UTC (rev 261973)
@@ -1,12 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 220x18
-          text run at (0,0) width 220: "This test passes if it does not crash."
-      RenderBlock {PRE} at (0,34) size 784x0
-      RenderBlock (anonymous) at (0,34) size 784x150
-        RenderEmbeddedObject {OBJECT} at (0,0) size 300x150
-        RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to