Enable a bunch of tests.

This commit is contained in:
Josh Matthews 2017-01-24 19:56:21 -05:00
parent 39b4f19ebb
commit ab42a7b16b
28 changed files with 139 additions and 4 deletions

View file

@ -1 +0,0 @@
disabled: https://github.com/servo/servo/issues/3924

View file

@ -0,0 +1,8 @@
[generating-of-implied-end-tags.html]
type: testharness
[Generating of implied end tags. Test table elements. Loading of HTML document from a file]
expected: FAIL
[Generating of implied end tags. Test div element. Loading of HTML document from a file]
expected: FAIL

View file

@ -0,0 +1,5 @@
[ignore-body-token.html]
type: testharness
[Ignore BODY token. Test loading a HTML file with BODY tag inside template]
expected: FAIL

View file

@ -0,0 +1,5 @@
[ignore-frameset-token.html]
type: testharness
[Ignore frameset token. Test loading a HTML file with FRAMESET tag inside template]
expected: FAIL

View file

@ -0,0 +1,5 @@
[ignore-head-token.html]
type: testharness
[Ignore HEAD token. Test loading a HTML file with HEAD tag inside template]
expected: FAIL

View file

@ -0,0 +1,5 @@
[ignore-html-token.html]
type: testharness
[Ignore HTML token. Test loading a HTML file with HTML tag inside template]
expected: FAIL

View file

@ -0,0 +1,5 @@
[start-tag-html.html]
type: testharness
[In body insertion mode: html start tag should add only absent attributes]
expected: FAIL

View file

@ -0,0 +1,5 @@
[template-end-tag-without-start-one.html]
type: testharness
[</template> tag in HTML body without start one should be ignored. Test HTML document loaded from file]
expected: FAIL

View file

@ -0,0 +1,5 @@
[end-tag-frameset.html]
type: testharness
[<template> tag should be ignored in "in frameset" insertion mode]
expected: FAIL

View file

@ -0,0 +1,8 @@
[generating-of-implied-end-tags.html]
type: testharness
[Generating of implied end tags. Test table elements. Load HTML document from file]
expected: FAIL
[Generating of implied end tags. Test div element. Load HTML document from file]
expected: FAIL

View file

@ -0,0 +1,5 @@
[template-end-tag-without-start-one.html]
type: testharness
[</template> tag in HTML head without start one should be ignored. Test HTML document loaded from file]
expected: FAIL

View file

@ -0,0 +1,8 @@
[template-child-nodes.html]
type: testharness
[Template child nodes must be appended to template content node. Load HTML document from a file]
expected: FAIL
[Template child nodes must be appended to nested template content node. Load HTML document from a file]
expected: FAIL

View file

@ -0,0 +1,11 @@
[template-owner-document.html]
type: testharness
[Test ownerDocument property of two elements in a template. Load HTML document from a file, current DOCUMENT has browsing context]
expected: FAIL
[Test ownerDocument property of the element in a template. Load HTML document from a file, current DOCUMENT has browsing context]
expected: FAIL
[Test ownerDocument property of the element in a nested template. Load HTML document from a file, current DOCUMENT has browsing context]
expected: FAIL