mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Fix for document salvageable state I noticed a bug where if the document was un-salavageable due to the presence of `beforeunload` listeners, this could be overwritten if there were no listeners for `unload`. This could also have happened if an iframe of the document had no listeners while the parent did. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20837) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
browsers | ||
dom | ||
editing | ||
form-elements/the-textarea-element | ||
iana | ||
infrastructure | ||
input/the-placeholder-attribute | ||
introduction | ||
obsolete | ||
rendering | ||
resources | ||
semantics | ||
syntax | ||
the-xhtml-syntax | ||
tools | ||
user-activation | ||
webappapis | ||
OWNERS | ||
README.md |
HTML
This directory contains tests for HTML.
Sub-directory names should be based on the URL of the corresponding part of the multipage-version specification. For example, The URL of "8.3 Base64 utility methods" is https://html.spec.whatwg.org/multipage/webappapis.html#atob. So the directory in WPT is webappapis/atob/.
For historical reasons, parts of HTML have their own directories: