Bug 1299838 - Add bug numbers to some wpt failures; r=test-only

Now syntax-checked *correctly*!

MozReview-Commit-ID: GAFOXF7x30E
This commit is contained in:
Aryeh Gregor 2016-04-12 17:59:35 +03:00
Родитель 82e5a56a88
Коммит 3ef60e5be3
4 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -2,13 +2,17 @@
type: testharness
[Historical DOM features must be removed: CDATASection]
expected: FAIL
bug: 660660
[Historical DOM features must be removed: DOMError]
expected: FAIL
bug: 1120178
[Historical DOM features must be removed: createCDATASection]
expected: FAIL
bug: 660660
[Node member must be nuked: rootNode]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1303802
bug: 1269155

Просмотреть файл

@ -3,9 +3,11 @@
prefs: [dom.node.rootNode.enabled:true]
[MutationObserver interface: operation observe(Node,MutationObserverInit)]
expected: FAIL
bug: https://github.com/whatwg/dom/issues/316
[Document interface: attribute origin]
expected: FAIL
bug: 931884
[Document interface: operation query(DOMString)]
expected: FAIL
@ -15,6 +17,7 @@
[Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
expected: FAIL
bug: 931884
[Document interface: xmlDoc must inherit property "query" with the proper type (34)]
expected: FAIL
@ -72,6 +75,7 @@
[NodeFilter interface: existence and properties of interface object]
expected: FAIL
bug: https://github.com/heycam/webidl/issues/96
[Document interface: xmlDoc must inherit property "query" with the proper type (35)]
expected: FAIL
@ -87,6 +91,7 @@
[Document interface: new Document() must inherit property "origin" with the proper type (3)]
expected: FAIL
bug: 931884
[Document interface: new Document() must inherit property "query" with the proper type (35)]
expected: FAIL

Просмотреть файл

@ -2,13 +2,17 @@
type: testharness
[createDocument test 6: null,"̀foo",null,"INVALID_CHARACTER_ERR"]
expected: FAIL
bug: 1298818
[createDocument test 172: metadata for null,null,DocumentType node]
expected: FAIL
bug: 520969
[createDocument test 172: null,null,DocumentType node,null]
expected: FAIL
bug: 520969
[createDocument test 185: null,"",DocumentType node]
expected: FAIL
bug: 520969

Просмотреть файл

@ -2,15 +2,18 @@
type: testharness
[classList must be correct for an element that has classes]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
[empty classList should return the empty string since the ordered set parser skip the whitespaces]
expected: FAIL
[classList.remove must collapse whitespaces around each token and remove duplicates]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
[classList.add must collapse whitespaces and remove duplicates when adding a token that already exists]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105
[classList.add should treat \\t as a space]
expected: FAIL
@ -26,4 +29,5 @@
[classList.replace must collapse whitespaces around each token and remove duplicates]
expected: FAIL
bug: 869788, https://github.com/whatwg/dom/issues/105