mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Auto merge of #11496 - GuillaumeGomez:range, r=nox
Implement Range::createContextualFragment <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11496) <!-- Reviewable:end -->
This commit is contained in:
commit
51d41c5161
8 changed files with 49 additions and 38 deletions
|
@ -1,35 +1,11 @@
|
|||
[createContextualFragment.html]
|
||||
type: testharness
|
||||
[Must not throw INVALID_STATE_ERR for a detached node.]
|
||||
expected: FAIL
|
||||
|
||||
[Simple test with paragraphs]
|
||||
expected: FAIL
|
||||
|
||||
[Don't auto-create <body> when applied to <html>]
|
||||
expected: FAIL
|
||||
|
||||
[<script>s should be run when appended to the document (but not before)]
|
||||
expected: FAIL
|
||||
|
||||
[<html> and <body> must work the same, 1]
|
||||
expected: FAIL
|
||||
|
||||
[<html> and <body> must work the same, 2]
|
||||
expected: FAIL
|
||||
|
||||
[Implicit <body> creation]
|
||||
expected: FAIL
|
||||
|
||||
[Namespace generally shouldn't matter]
|
||||
expected: FAIL
|
||||
|
||||
[<html> in a different namespace shouldn't be special]
|
||||
expected: FAIL
|
||||
|
||||
[null should be stringified]
|
||||
expected: FAIL
|
||||
|
||||
[undefined should be stringified]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[119.html]
|
||||
type: testharness
|
||||
[scheduler: external defer script created with createContextualFragment]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue