mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Update web-platform-tests to revision b'f3dd9cba239a9655951ee62ec4dafc8fe37df2c5' (#32774)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3118542a9e
commit
968474a9fd
513 changed files with 26700 additions and 3186 deletions
|
@ -1,3 +0,0 @@
|
|||
[traverse_the_history_3.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -1,5 +1,4 @@
|
|||
[embedded-opener-remove-frame.html]
|
||||
expected: CRASH
|
||||
[opener of discarded nested browsing context]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[first-party-to-third-party-cross-partition-cross-origin.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessage: First-Party to Third-Party, Cross-Partition, Cross-Origin]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
|||
[first-party-to-third-party-cross-partition-same-origin.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessage: First-Party to Third-Party, Cross-Partition, Same-Origin]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
|||
[third-party-to-third-party-cross-partition-cross-origin.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessage: Third-Party to Third-Party, Cross-Partition, Cross-Origin]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
|||
[third-party-to-third-party-cross-partition-same-origin.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessage: Third-Party to Third-Party, Cross-Partition, Same-Origin]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
|||
[third-party-to-third-party-same-partition.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessage: Third-Party to Third-Party, Same-Partition]
|
||||
expected: TIMEOUT
|
|
@ -164,4 +164,3 @@
|
|||
|
||||
[createImageBitmap from a vector HTMLImageElement scaled up, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[createImageBitmap-invalid-args.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[createImageBitmap with a vector HTMLImageElement source and sw set to 0]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.html]
|
||||
[Test the edge cases for caretPositionFromPoint, where the point is at the edge of glyph and at the midpoint.]
|
||||
expected: FAIL
|
30
tests/wpt/meta/html/canvas/element/text/2d.text.measure.caret-position-edges.tentative.html.ini
vendored
Normal file
30
tests/wpt/meta/html/canvas/element/text/2d.text.measure.caret-position-edges.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
|
||||
expected: FAIL
|
120
tests/wpt/meta/html/canvas/element/text/2d.text.measure.caret-position.tentative.html.ini
vendored
Normal file
120
tests/wpt/meta/html/canvas/element/text/2d.text.measure.caret-position.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,120 @@
|
|||
[2d.text.measure.caret-position.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.getActualBoundingBox-exceptions.tentative.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,12 @@
|
|||
[2d.text.measure.getActualBoundingBox-full-text.tentative.html]
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction ltr and no-directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and no-directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction ltr and directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and directional-override]
|
||||
expected: FAIL
|
18
tests/wpt/meta/html/canvas/element/text/2d.text.measure.getActualBoundingBox.tentative.html.ini
vendored
Normal file
18
tests/wpt/meta/html/canvas/element/text/2d.text.measure.getActualBoundingBox.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[2d.text.measure.getActualBoundingBox.tentative.html]
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align left , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align center , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align right , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align left , and 10px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align center , and 10px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align right , and 10px letter spacing.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,75 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.html]
|
||||
[Test the edge cases for caretPositionFromPoint, where the point is at the edge of glyph and at the midpoint.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.worker.html]
|
||||
[Test the edge cases for caretPositionFromPoint, where the point is at the edge of glyph and at the midpoint.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.worker.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
|
||||
expected: FAIL
|
120
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.caret-position.tentative.html.ini
vendored
Normal file
120
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.caret-position.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,120 @@
|
|||
[2d.text.measure.caret-position.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.getActualBoundingBox-exceptions.tentative.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[2d.text.measure.getActualBoundingBox-exceptions.tentative.worker.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,12 @@
|
|||
[2d.text.measure.getActualBoundingBox-full-text.tentative.html]
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction ltr and no-directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and no-directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction ltr and directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and directional-override]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[2d.text.measure.getActualBoundingBox-full-text.tentative.worker.html]
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction ltr and no-directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and no-directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction ltr and directional-override]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox() for the full length of the string for some edge cases, with direction rtl and directional-override]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[2d.text.measure.getActualBoundingBox.tentative.html]
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align left , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align center , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align right , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align left , and 10px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align center , and 10px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align right , and 10px letter spacing.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[2d.text.measure.getActualBoundingBox.tentative.worker.html]
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align left , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align center , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align right , and 0px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align left , and 10px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align center , and 10px letter spacing.]
|
||||
expected: FAIL
|
||||
|
||||
[Test TextMetrics::getActualBoundingBox(), with text align right , and 10px letter spacing.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,75 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 0px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 10px letter spacing, and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 0px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align left, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align left, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align center, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align center, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction ltr, text align right, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent, with direction rtl, text align right, 10px letter spacing, and directional-override.]
|
||||
expected: FAIL
|
||||
|
|
12
tests/wpt/meta/html/dom/elements/global-attributes/cdata-dir_auto.html.ini
vendored
Normal file
12
tests/wpt/meta/html/dom/elements/global-attributes/cdata-dir_auto.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[cdata-dir_auto.html]
|
||||
[Content of CDATA is ignored for dir=auto in html document]
|
||||
expected: FAIL
|
||||
|
||||
[Text in CDATASection is considered when determining auto directionality]
|
||||
expected: FAIL
|
||||
|
||||
[Directionality is updated when removing CDATASection]
|
||||
expected: FAIL
|
||||
|
||||
[Directionality is updated when changing text of CDATASection]
|
||||
expected: FAIL
|
|
@ -118,3 +118,6 @@
|
|||
|
||||
[non-html textarea element text contents influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[text changes apply to dir=auto on further ancestor after removing dir=ltr from closer ancestor]
|
||||
expected: FAIL
|
||||
|
|
|
@ -22,3 +22,27 @@
|
|||
|
||||
[slotted non-HTML elements after dynamically assigning dir=auto, and dir attribute ignored on non-HTML elements]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto ancestor considers text in subtree after removing dir=ltr from it]
|
||||
expected: FAIL
|
||||
|
||||
[Slotted content affects multiple dir=auto slots]
|
||||
expected: FAIL
|
||||
|
||||
[Removing slotted content resets direction on dir=auto slot]
|
||||
expected: FAIL
|
||||
|
||||
[Removing child of slotted content changes direction on dir=auto slot]
|
||||
expected: FAIL
|
||||
|
||||
[Child directionality gets updated when dir=auto is set on parent]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot is updated by text in value of input element children]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot is updated if input stops being auto-directionality form-associated]
|
||||
expected: FAIL
|
||||
|
||||
[slot provides updated directionality from host to a dir=auto container]
|
||||
expected: FAIL
|
||||
|
|
|
@ -25,3 +25,12 @@
|
|||
|
||||
[slot with dir attribute is skipped by dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot ignores dir attribute of assigned nodes]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot considers text in bdi assigned nodes]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot considers text in value of input element children]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5,4 +5,3 @@
|
|||
|
||||
[play() with loop set to true after playback ended]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[no-cuechange-before-play.html]
|
||||
expected: TIMEOUT
|
||||
[Ensure that the 'cuechange' event is not fired before video playback has begun.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
|
@ -34,3 +34,39 @@
|
|||
|
||||
[InvokeEvent interface: new InvokeEvent("invoke") must inherit property "action" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: attribute invoker]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: attribute command]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent must be primary interface of new CommandEvent("invoke")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new CommandEvent("invoke")]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: new CommandEvent("invoke") must inherit property "invoker" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type]
|
||||
expected: FAIL
|
||||
|
|
|
@ -43,3 +43,33 @@
|
|||
|
||||
[invokeAction reflects '' when attribute set to [\]]
|
||||
expected: FAIL
|
||||
|
||||
[commandForElement reflects invokee HTML element]
|
||||
expected: FAIL
|
||||
|
||||
[commandForElement reflects set value]
|
||||
expected: FAIL
|
||||
|
||||
[commandForElement reflects set value across shadow root into light dom]
|
||||
expected: FAIL
|
||||
|
||||
[commandForElement does not reflect set value inside shadowroot]
|
||||
expected: FAIL
|
||||
|
||||
[commandForElement throws error on assignment of non Element]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects '' when attribute empty, setAttribute version]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects same casing]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects tostring value]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects '' when attribute set to [\]]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects tostring value 2]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue