mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Note some bugs.
This commit is contained in:
parent
1eec5d9f72
commit
01df99f839
6 changed files with 6 additions and 0 deletions
|
@ -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']
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue