Title: [261971] trunk/LayoutTests
Revision
261971
Author
ryanhad...@apple.com
Date
2020-05-20 16:38:32 -0700 (Wed, 20 May 2020)

Log Message

Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140

Unreviewed test gardening.

Update baselines for Windows.

* platform/win/fast/events/event-attribute-expected.txt:
* platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261970 => 261971)


--- trunk/LayoutTests/ChangeLog	2020-05-20 23:34:50 UTC (rev 261970)
+++ trunk/LayoutTests/ChangeLog	2020-05-20 23:38:32 UTC (rev 261971)
@@ -1,3 +1,15 @@
+2020-05-20  Ryan Haddad  <ryanhad...@apple.com>
+
+        Disable support for BeforeLoadEvent
+        https://bugs.webkit.org/show_bug.cgi?id=212140
+
+        Unreviewed test gardening.
+
+        Update baselines for Windows.
+
+        * platform/win/fast/events/event-attribute-expected.txt:
+        * platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Added.
+
 2020-05-20  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [macOS] Tests in fast/events and fast/forms are no longer crashing

Modified: trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt (261970 => 261971)


--- trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt	2020-05-20 23:34:50 UTC (rev 261970)
+++ trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt	2020-05-20 23:38:32 UTC (rev 261971)
@@ -3,7 +3,6 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-cancelled onbeforeload async
 PASS /*img*/ typeof (element["onclick"]) is "function"
 PASS /*img*/ typeof (element["oncontextmenu"]) is "function"
 PASS /*img*/ typeof (element["ondblclick"]) is "function"

Added: trunk/LayoutTests/platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt (0 => 261971)


--- trunk/LayoutTests/platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt	2020-05-20 23:38:32 UTC (rev 261971)
@@ -0,0 +1,12 @@
+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