Skip to content

Commit

Permalink
Auto merge of #10788 - Ms2ger:note-bugs, r=nox
Browse files Browse the repository at this point in the history
Note some bugs.

<!-- 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/10788)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 23, 2016
2 parents 1b13ddc + 01df99f commit 75ae1c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/wpt/metadata/dom/nodes/Element-closest.html.ini
@@ -1,6 +1,7 @@
[Element-closest.html]
type: testharness
[Element.closest with context node 'test11' and selector ':invalid']
bug: https://github.com/servo/servo/issues/10781
expected: FAIL

[Element.closest with context node 'test4' and selector ':scope']
Expand Down
@@ -1,5 +1,6 @@
[valid-invalid.html]
type: testharness
bug: https://github.com/servo/servo/issues/10781
[':valid' matches elements that satisfy their constraints]
expected: FAIL

Expand Down
@@ -1,6 +1,7 @@
[callback-exception.html]
type: testharness
expected: TIMEOUT
bug: https://github.com/servo/servo/issues/3311
[requestAnimationFrame callback exceptions are reported to error handler]
expected: TIMEOUT

@@ -1,5 +1,6 @@
[callback-invoked.html]
type: testharness
bug: https://github.com/servo/servo/issues/9751
[requestAnimationFrame callback is invoked at least once before the timeout]
expected: FAIL

@@ -1,5 +1,6 @@
[event-handler-processing-algorithm.html]
type: testharness
[beforeunload listener returning null cancels event]
bug: https://github.com/servo/servo/issues/10787
expected: FAIL

@@ -1,6 +1,7 @@
[invalid-uncompiled-raw-handler-compiled-once.html]
type: testharness
note: remove inline-event-listener-panic.html when onerror is implemented properly.
bug: https://github.com/servo/servo/issues/3311
[Invalid uncompiled raw handlers should only be compiled once.]
expected: FAIL

0 comments on commit 75ae1c0

Please sign in to comment.