diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2025-02-02 02:40:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 01:40:50 +0000 |
commit | f364b3f6eaa0eec3200e267f9c7d7e1622de82b3 (patch) | |
tree | c99ec1d7d847e06aa6ce8305e36a160c01e2fbc6 /tests/wpt/meta/html/canvas | |
parent | ec6c4bc8fd21cea655d6b8ef19438b77d3de9573 (diff) | |
download | servo-f364b3f6eaa0eec3200e267f9c7d7e1622de82b3.tar.gz servo-f364b3f6eaa0eec3200e267f9c7d7e1622de82b3.zip |
Update web-platform-tests to revision b'f630424a79c1ae17deaaf27a21efdbca1378af0e' (#35258)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/html/canvas')
-rw-r--r-- | tests/wpt/meta/html/canvas/offscreen/manual/context-attributes/getContextAttributes.html.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/canvas/offscreen/manual/context-attributes/getContextAttributes.html.ini b/tests/wpt/meta/html/canvas/offscreen/manual/context-attributes/getContextAttributes.html.ini new file mode 100644 index 00000000000..e901056f101 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/manual/context-attributes/getContextAttributes.html.ini @@ -0,0 +1,27 @@ +[getContextAttributes.html] + [Test default offscreen context creation attributes] + expected: FAIL + + [Test offscreen context creation attributes alpha: true] + expected: FAIL + + [Test offscreen context creation attributes alpha: false] + expected: FAIL + + [Test offscreen context creation attributes colorSpace: 'srgb'] + expected: FAIL + + [Test offscreen context creation attributes colorSpace: 'display-p3'] + expected: FAIL + + [Test offscreen context creation attributes desynchronized: true] + expected: FAIL + + [Test offscreen context creation attributes desynchronized: false] + expected: FAIL + + [Test offscreen context creation attributes willReadFrequently: true] + expected: FAIL + + [Test offscreen context creation attributes willReadFrequently: false] + expected: FAIL |