-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix when a script
element is implicitly potentially render-blocking
#7894
Conversation
@domenic PTAL |
https://github.com/web-platform-tests/wpt/blob/master/html/dom/render-blocking/remove-element-unblocks-rendering.optional.html only seems to have tests for |
remove-element-unblocks-rendering.optional.html tests that the element is not render-blocking after removing the And AFAIK this is a long-established and very standard behavior so if this is violated then there should be a lot of other tests failing... |
No, I think a test without You should link to the test if it exists. If it doesn't, please write a new test. :) |
I'm adding new tests via https://chromium-review.googlesource.com/c/chromium/src/+/3643218. PTAL |
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737}
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737}
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737}
Friendly ping... |
The test looks good to me! |
…licitly potentially render-blocking, a=testonly Automatic update from web-platform-tests Add a WPT for when a <script> is not implicitly potentially render-blocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737} -- wpt-commits: 7f4089c1f0ba37dc51fb3a220f8719ff98863374 wpt-pr: 34038
…licitly potentially render-blocking, a=testonly Automatic update from web-platform-tests Add a WPT for when a <script> is not implicitly potentially render-blocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737} -- wpt-commits: 7f4089c1f0ba37dc51fb3a220f8719ff98863374 wpt-pr: 34038
…ocking For whatwg/html#7894 Bug: 1271296 Bug: whatwg/html#7893 Change-Id: I95609738722122c96d65ccc588cbbd4c90ce67ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3643218 Auto-Submit: Xiaocheng Hu <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Reviewed-by: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002737} NOKEYCHECK=True GitOrigin-RevId: 0c63e935d875f7bbb2270333f54c9c698a8a0c79
Fixes #7893, which is a bug introduced by #7857.
(See WHATWG Working Mode: Changes for more details.)
/scripting.html ( diff )