Skip to content

Automatically Triage New Metadata #7054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 28 additions & 27 deletions html/semantics/scripting-1/the-script-element/module/META.yml
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
Loading