mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Auto merge of #7389 - frewsxcv:implement-nihilistic-methods, r=nox
Implement 'do nothing' methods on Window and Document <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7389) <!-- Reviewable:end -->
This commit is contained in:
commit
8c301c291a
6 changed files with 35 additions and 39 deletions
|
@ -66,15 +66,6 @@
|
|||
[Document interface: attribute alinkColor]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation clear()]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation captureEvents()]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation releaseEvents()]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute all]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1140,15 +1131,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type (74)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "clear" with the proper type (78)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "captureEvents" with the proper type (79)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "releaseEvents" with the proper type (80)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type (81)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[nothing.html]
|
||||
type: testharness
|
||||
[document.clear]
|
||||
expected: FAIL
|
||||
|
||||
[document.captureEvents]
|
||||
expected: FAIL
|
||||
|
||||
[document.releaseEvents]
|
||||
expected: FAIL
|
||||
|
||||
[window.captureEvents]
|
||||
expected: FAIL
|
||||
|
||||
[window.releaseEvents]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue