Title: [273261] trunk/LayoutTests/imported/w3c
Revision
273261
Author
[email protected]
Date
2021-02-22 10:40:49 -0800 (Mon, 22 Feb 2021)

Log Message

Implement the Top-level await proposal
https://bugs.webkit.org/show_bug.cgi?id=202484

Unreviewed test gardening.

* web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-4-tla-expected.txt:
* web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed-expected.txt:
* web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise-expected.txt:
* web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-import-expected.txt:
* web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-promise-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (273260 => 273261)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-02-22 17:55:17 UTC (rev 273260)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-02-22 18:40:49 UTC (rev 273261)
@@ -1,3 +1,16 @@
+2021-02-22  Ryan Haddad  <[email protected]>
+
+        Implement the Top-level await proposal
+        https://bugs.webkit.org/show_bug.cgi?id=202484
+
+        Unreviewed test gardening.
+
+        * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-4-tla-expected.txt:
+        * web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed-expected.txt:
+        * web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise-expected.txt:
+        * web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-import-expected.txt:
+        * web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-promise-expected.txt:
+
 2021-02-22  Rob Buis  <[email protected]>
 
         Resync web-platform-tests/css/css-sizing/aspect-ratio from upstream

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-4-tla-expected.txt (273260 => 273261)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-4-tla-expected.txt	2021-02-22 17:55:17 UTC (rev 273260)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-4-tla-expected.txt	2021-02-22 18:40:49 UTC (rev 273261)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected keyword 'import'
 
 Harness Error (TIMEOUT), message = null
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed-expected.txt (273260 => 273261)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed-expected.txt	2021-02-22 17:55:17 UTC (rev 273260)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed-expected.txt	2021-02-22 18:40:49 UTC (rev 273261)
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'delay'
 
-Harness Error (TIMEOUT), message = null
+PASS document.write in an imported module
 
-TIMEOUT document.write in an imported module Test timed out
-

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise-expected.txt (273260 => 273261)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise-expected.txt	2021-02-22 17:55:17 UTC (rev 273260)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise-expected.txt	2021-02-22 18:40:49 UTC (rev 273261)
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected keyword 'new'
 
-Harness Error (TIMEOUT), message = null
+PASS document.write in an imported module
 
-TIMEOUT document.write in an imported module Test timed out
-

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-import-expected.txt (273260 => 273261)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-import-expected.txt	2021-02-22 17:55:17 UTC (rev 273260)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-import-expected.txt	2021-02-22 18:40:49 UTC (rev 273261)
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected keyword 'import'
 
-Harness Error (TIMEOUT), message = null
+PASS document.write in an imported module
 
-TIMEOUT document.write in an imported module Test timed out
-

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-promise-expected.txt (273260 => 273261)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-promise-expected.txt	2021-02-22 17:55:17 UTC (rev 273260)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/module-tla-promise-expected.txt	2021-02-22 18:40:49 UTC (rev 273261)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected keyword 'new'
 
 PASS document.write in an imported module
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to