Auto merge of #10788 - Ms2ger:note-bugs, r=nox

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 -->
This commit is contained in:
bors-servo 2016-04-23 00:03:03 -07:00
commit 75ae1c033f
6 changed files with 6 additions and 0 deletions

View file

@ -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']

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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