aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/create.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2020-01-25 07:30:48 -0500
committerGitHub <noreply@github.com>2020-01-25 07:30:48 -0500
commit53879945a9ee3a3c74d36af791bb52d95fd93366 (patch)
tree40198c10b1175995ff18752f82841b7ef913fd09 /components/script/dom/create.rs
parent31eafadcb3ca84cfd0a1473fdc0e0ea17ebe9251 (diff)
parentc725f9e84da3f75e2812452567e146a946d01438 (diff)
downloadservo-53879945a9ee3a3c74d36af791bb52d95fd93366.tar.gz
servo-53879945a9ee3a3c74d36af791bb52d95fd93366.zip
Auto merge of #25515 - pshaughn:checkpoints, r=jdm
Add microtask checkpoints to script elements and custom elements Servo had a microtask checkpoint at the end of running a script, but there was also supposed to be one at the end of HTML-parsing a script element before Javascript-parsing the script itself, and there were supposed to be checkpoints immediately after the call to a custom element constructor. This adds those, passing all cases of one WPT test file. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25016 except for the remaining not-really-about-microtasks case #25514 <!-- Either: --> - [X] There are tests for these changes <!-- 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. -->
Diffstat (limited to 'components/script/dom/create.rs')
0 files changed, 0 insertions, 0 deletions