mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue