mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
* Don't fire slotchange events if there is already a pending event for the same slot Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
36 lines
2 KiB
INI
Vendored
36 lines
2 KiB
INI
Vendored
[slotchange-event.html]
|
|
[slotchange event must fire on a slot element inside an open shadow root in a document when innerHTML modifies the children of the shadow host]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside a closed shadow root in a document when innerHTML modifies the children of the shadow host]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside an open shadow root not in a document when innerHTML modifies the children of the shadow host]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside a closed shadow root not in a document when innerHTML modifies the children of the shadow host]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside an open shadow root in a document when nested slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside a closed shadow root in a document when nested slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside an open shadow root not in a document when nested slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire on a slot element inside a closed shadow root not in a document when nested slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire at the end of current microtask after mutation observers are invoked inside an open shadow root in a document when slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire at the end of current microtask after mutation observers are invoked inside a closed shadow root in a document when slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire at the end of current microtask after mutation observers are invoked inside an open shadow root not in a document when slots's contents change]
|
|
expected: FAIL
|
|
|
|
[slotchange event must fire at the end of current microtask after mutation observers are invoked inside a closed shadow root not in a document when slots's contents change]
|
|
expected: FAIL
|