| Code-Review | +1 |
I like this solution, and I like the test case. Thank you!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/61659.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
10 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/core/html/parser/html_construction_site.cc
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
Use inert document when creating a sanitizer-disallowed element
This makes it so that creation time side effects like <img onerror>
don't take effect if the element is going to be removed anyway, while
keeping the same flow for elements that are going to work the same (e.g.
scripts remain associated with this document)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/61659
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |