Title: [254860] trunk/LayoutTests
Revision
254860
Author
[email protected]
Date
2020-01-21 10:07:18 -0800 (Tue, 21 Jan 2020)

Log Message

Regression r254652: fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload.html fails on windows
https://bugs.webkit.org/show_bug.cgi?id=206474

Unreviewed, land Windows-specific baseline and unskip the test.

* platform/win/TestExpectations:
* platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (254859 => 254860)


--- trunk/LayoutTests/ChangeLog	2020-01-21 17:57:36 UTC (rev 254859)
+++ trunk/LayoutTests/ChangeLog	2020-01-21 18:07:18 UTC (rev 254860)
@@ -1,3 +1,13 @@
+2020-01-21  Chris Dumez  <[email protected]>
+
+        Regression r254652: fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload.html fails on windows
+        https://bugs.webkit.org/show_bug.cgi?id=206474
+
+        Unreviewed, land Windows-specific baseline and unskip the test.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt: Added.
+
 2020-01-21  Diego Pino Garcia  <[email protected]>
 
         [GTK][WPE] Gardening, mark remote-playback tests as failure

Modified: trunk/LayoutTests/platform/win/TestExpectations (254859 => 254860)


--- trunk/LayoutTests/platform/win/TestExpectations	2020-01-21 17:57:36 UTC (rev 254859)
+++ trunk/LayoutTests/platform/win/TestExpectations	2020-01-21 18:07:18 UTC (rev 254860)
@@ -4526,4 +4526,3 @@
 
 webkit.org/b/206165 fast/dom/Range/getBoundingClientRect.html [ Failure ]
 
-webkit.org/b/206515 fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload.html [ Failure ]

Added: trunk/LayoutTests/platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt (0 => 254860)


--- trunk/LayoutTests/platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt	2020-01-21 18:07:18 UTC (rev 254860)
@@ -0,0 +1,16 @@
+frame "<!--frame1-->" - has 1 onunload handler(s)
+CONSOLE MESSAGE: line 9: XMLHttpRequest cannot load xmlhttprequest-responsetype-json.json
+CONSOLE MESSAGE: line 9: XMLHttpRequest cannot load xmlhttprequest-responsetype-json.json
+CONSOLE MESSAGE: line 9: XMLHttpRequest cannot load xmlhttprequest-responsetype-json.json
+CONSOLE MESSAGE: line 9: XMLHttpRequest cannot load xmlhttprequest-responsetype-json.json
+CONSOLE MESSAGE: line 9: XMLHttpRequest cannot load xmlhttprequest-responsetype-json.json
+Makes sure that we throw when doing sync XHRs during unload.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS xhrExceptionCount is 5
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to