Note some bugs.

This commit is contained in:
Ms2ger 2016-04-21 17:17:33 +02:00
parent 1eec5d9f72
commit 01df99f839
6 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
[Element-closest.html] [Element-closest.html]
type: testharness type: testharness
[Element.closest with context node 'test11' and selector ':invalid'] [Element.closest with context node 'test11' and selector ':invalid']
bug: https://github.com/servo/servo/issues/10781
expected: FAIL expected: FAIL
[Element.closest with context node 'test4' and selector ':scope'] [Element.closest with context node 'test4' and selector ':scope']

View file

@ -1,5 +1,6 @@
[valid-invalid.html] [valid-invalid.html]
type: testharness type: testharness
bug: https://github.com/servo/servo/issues/10781
[':valid' matches elements that satisfy their constraints] [':valid' matches elements that satisfy their constraints]
expected: FAIL expected: FAIL

View file

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

View file

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

View file

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

View file

@ -1,6 +1,7 @@
[invalid-uncompiled-raw-handler-compiled-once.html] [invalid-uncompiled-raw-handler-compiled-once.html]
type: testharness type: testharness
note: remove inline-event-listener-panic.html when onerror is implemented properly. 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.] [Invalid uncompiled raw handlers should only be compiled once.]
expected: FAIL expected: FAIL