mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Bump html5ever to 0.2.4, <template> support!
The failing <img> test comes from the now-correct parsing of <font face> elements in SVG.
This commit is contained in:
parent
880364b56d
commit
a7476a758e
17 changed files with 117 additions and 55 deletions
|
@ -1,20 +1,5 @@
|
|||
[content-attribute.html]
|
||||
type: testharness
|
||||
[Content attribute of template element is read-only. Test empty template]
|
||||
expected: FAIL
|
||||
|
||||
[Content attribute of template element is read-only. Test not empty template populated by appendchild()]
|
||||
expected: FAIL
|
||||
|
||||
[Content attribute of template element is read-only. Test not empty template populated by innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
[Content attribute of template element is read-only. Test that custom content attribute named 'content' doesn't make content IDL attribute writable]
|
||||
expected: FAIL
|
||||
|
||||
[Content attribute of template element is read-only. Test that custom content attribute named 'content' doesn't affect content IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Content attribute of template element is read-only. Text value of content attribute of template tag should be ignored, when loading document from a file]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
[node-document-changes.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[Changing of template element's node document. Test that ownerDocument of an empty template and its content changes]
|
||||
expected: FAIL
|
||||
|
||||
[Changing of template element's node document. Test that ownerDocument of a not empty template and its content changes]
|
||||
expected: FAIL
|
||||
|
||||
[Changing of template element's node document. Test that ownerDocument of nested template and its content changes]
|
||||
expected: FAIL
|
||||
|
||||
[Changing of template element's node document. Test document loaded from a file]
|
||||
expected: FAIL
|
||||
|
||||
[Changing of template element's node document. Adobt template element into a document that has a browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[Changing of template element's node document. Test the case when both old and new owner documents of template element have browsing context]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[template-content-node-document.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[Node document of the template content attribute must be template contents owner. Load HTML file with multiple template elements]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[template-content.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue