-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
27 deletions.
There are no files selected for viewing
55 changes: 28 additions & 27 deletions
55
html/semantics/scripting-1/the-script-element/module/META.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
links: | ||
- product: chrome | ||
results: | ||
- test: module-in-xhtml.xhtml | ||
url: https://crbug.com/717643 | ||
- product: chrome | ||
results: | ||
- test: instantiation-error-3.html | ||
- test: instantiation-error-4.html | ||
- test: instantiation-error-5.html | ||
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1234821 | ||
- product: firefox | ||
results: | ||
- subtest: Test that unresolvable cycles lead to SyntaxError events on window and | ||
load events on script | ||
test: instantiation-error-3.html | ||
- subtest: Test that loading a graph in which a module is already errored results | ||
in an error. | ||
test: instantiation-error-4.html | ||
- subtest: Test that loading a graph in which a module is already errored results | ||
an error. | ||
test: instantiation-error-5.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1723620 | ||
- product: firefox | ||
results: | ||
- subtest: Inline async="" module scripts execute or throw parse errors asynchronously | ||
test: inline-async-inserted-execorder.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1891413 | ||
- product: chrome | ||
url: https://crbug.com/717643 | ||
results: | ||
- test: module-in-xhtml.xhtml | ||
- product: chrome | ||
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1234821 | ||
results: | ||
- test: instantiation-error-3.html | ||
- test: instantiation-error-4.html | ||
- test: instantiation-error-5.html | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1723620 | ||
results: | ||
- test: instantiation-error-3.html | ||
subtest: Test that unresolvable cycles lead to SyntaxError events on window and load events on script | ||
- test: instantiation-error-4.html | ||
subtest: Test that loading a graph in which a module is already errored results in an error. | ||
- test: instantiation-error-5.html | ||
subtest: Test that loading a graph in which a module is already errored results an error. | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1891413 | ||
results: | ||
- test: inline-async-inserted-execorder.html | ||
subtest: Inline async="" module scripts execute or throw parse errors asynchronously | ||
- product: safari | ||
url: https://bugs.webkit.org/show_bug.cgi?id=227469 | ||
results: | ||
- test: module-in-xhtml.xhtml |