diff options
Diffstat (limited to 'testing/web-platform/meta/html/canvas/element/path-objects')
137 files changed, 443 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.2.html.ini new file mode 100644 index 0000000000..702a59511c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.angle.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.3.html.ini new file mode 100644 index 0000000000..333ecb01a2 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.3.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.angle.3.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.4.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.4.html.ini new file mode 100644 index 0000000000..a489e82423 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.4.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.angle.4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.5.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.5.html.ini new file mode 100644 index 0000000000..05be7e5625 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.5.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.angle.5.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.6.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.6.html.ini new file mode 100644 index 0000000000..18cd778e96 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.angle.6.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.angle.6.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.default.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.default.html.ini new file mode 100644 index 0000000000..e53c0e382e --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.default.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.default.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.empty.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.empty.html.ini new file mode 100644 index 0000000000..befdfe5317 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.empty.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.empty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.end.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.end.html.ini new file mode 100644 index 0000000000..98f520f283 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.end.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.end.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.negative.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.negative.html.ini new file mode 100644 index 0000000000..99e4fa3097 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.negative.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.negative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.nonempty.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.nonempty.html.ini new file mode 100644 index 0000000000..df0da252b9 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.nonempty.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.nonempty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.nonfinite.html.ini new file mode 100644 index 0000000000..a26dde50da --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.scale.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.scale.1.html.ini new file mode 100644 index 0000000000..fcad4d7dc2 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.scale.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.scale.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.scale.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.scale.2.html.ini new file mode 100644 index 0000000000..7a53af26f3 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.scale.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.scale.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.selfintersect.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.selfintersect.1.html.ini new file mode 100644 index 0000000000..6ec029590b --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.selfintersect.1.html.ini @@ -0,0 +1,6 @@ +[2d.path.arc.selfintersect.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [arc() with lineWidth > 2*radius is drawn sensibly] + expected: + if (os == "win") and (processor == "x86_64"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.selfintersect.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.selfintersect.2.html.ini new file mode 100644 index 0000000000..ee62a6c143 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.selfintersect.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.selfintersect.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.1.html.ini new file mode 100644 index 0000000000..5198767070 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.shape.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.2.html.ini new file mode 100644 index 0000000000..261aec6faf --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.shape.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.3.html.ini new file mode 100644 index 0000000000..ebf04c7874 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.3.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.shape.3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.4.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.4.html.ini new file mode 100644 index 0000000000..668fc7bf3d --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.4.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.shape.4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.5.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.5.html.ini new file mode 100644 index 0000000000..3259161453 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.shape.5.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.shape.5.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.1.html.ini new file mode 100644 index 0000000000..cb133094ce --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.twopie.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.2.html.ini new file mode 100644 index 0000000000..c3fbaf1bd6 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.twopie.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.3.html.ini new file mode 100644 index 0000000000..d3506b15f2 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.3.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.twopie.3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.4.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.4.html.ini new file mode 100644 index 0000000000..be1fd06a65 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.twopie.4.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.twopie.4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zero.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zero.1.html.ini new file mode 100644 index 0000000000..893f554515 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zero.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.zero.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zero.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zero.2.html.ini new file mode 100644 index 0000000000..51c1964f90 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zero.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.zero.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zeroradius.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zeroradius.html.ini new file mode 100644 index 0000000000..04d40ec3b1 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arc.zeroradius.html.ini @@ -0,0 +1,3 @@ +[2d.path.arc.zeroradius.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.coincide.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.coincide.1.html.ini new file mode 100644 index 0000000000..a3be22fb3d --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.coincide.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.coincide.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.coincide.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.coincide.2.html.ini new file mode 100644 index 0000000000..1b74a7820c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.coincide.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.coincide.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.1.html.ini new file mode 100644 index 0000000000..28bcca7845 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.collinear.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.2.html.ini new file mode 100644 index 0000000000..f388eac8cd --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.collinear.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.3.html.ini new file mode 100644 index 0000000000..ffc667e1fb --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.collinear.3.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.collinear.3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.ensuresubpath.1.html.ini new file mode 100644 index 0000000000..c36dd38e52 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.ensuresubpath.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.ensuresubpath.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.ensuresubpath.2.html.ini new file mode 100644 index 0000000000..6187a408c8 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.ensuresubpath.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.ensuresubpath.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.negative.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.negative.html.ini new file mode 100644 index 0000000000..8ba585dcec --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.negative.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.negative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.nonfinite.html.ini new file mode 100644 index 0000000000..e0da193b72 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.scale.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.scale.html.ini new file mode 100644 index 0000000000..7201bced37 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.scale.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.scale.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.curve1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.curve1.html.ini new file mode 100644 index 0000000000..a57acc2cd0 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.curve1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.shape.curve1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.curve2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.curve2.html.ini new file mode 100644 index 0000000000..90a7619dca --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.curve2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.shape.curve2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.end.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.end.html.ini new file mode 100644 index 0000000000..6771395209 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.end.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.shape.end.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.start.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.start.html.ini new file mode 100644 index 0000000000..606a655636 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.shape.start.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.shape.start.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.transformation.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.transformation.html.ini new file mode 100644 index 0000000000..883f40c027 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.transformation.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.transformation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.zero.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.zero.1.html.ini new file mode 100644 index 0000000000..93872017c2 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.zero.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.zero.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.zero.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.zero.2.html.ini new file mode 100644 index 0000000000..1288399501 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.arcTo.zero.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.arcTo.zero.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.beginPath.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.beginPath.html.ini new file mode 100644 index 0000000000..df812b4696 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.beginPath.html.ini @@ -0,0 +1,6 @@ +[2d.path.beginPath.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Canvas test: 2d.path.beginPath] + expected: + if (os == "win") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.basic.html.ini new file mode 100644 index 0000000000..fe9ea7c68f --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.bezierCurveTo.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html.ini new file mode 100644 index 0000000000..bb24684424 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.bezierCurveTo.ensuresubpath.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html.ini new file mode 100644 index 0000000000..4e32c50fa8 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html.ini @@ -0,0 +1,4 @@ +[2d.path.bezierCurveTo.ensuresubpath.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "win") and debug: [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.nonfinite.html.ini new file mode 100644 index 0000000000..980a9b237b --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.nonfinite.html.ini @@ -0,0 +1,6 @@ +[2d.path.bezierCurveTo.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [bezierCurveTo() with Infinity/NaN is ignored] + expected: + if (os == "win") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.scaled.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.scaled.html.ini new file mode 100644 index 0000000000..983984739a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.scaled.html.ini @@ -0,0 +1,4 @@ +[2d.path.bezierCurveTo.scaled.html] + expected: + if (os == "linux") and not debug and fission: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.shape.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.shape.html.ini new file mode 100644 index 0000000000..4d8111c10f --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.bezierCurveTo.shape.html.ini @@ -0,0 +1,3 @@ +[2d.path.bezierCurveTo.shape.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.basic.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.basic.1.html.ini new file mode 100644 index 0000000000..eeab182853 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.basic.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.basic.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.basic.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.basic.2.html.ini new file mode 100644 index 0000000000..8f43511067 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.basic.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.basic.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.empty.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.empty.html.ini new file mode 100644 index 0000000000..1e659e3391 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.empty.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.empty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.intersect.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.intersect.html.ini new file mode 100644 index 0000000000..15a8c87fda --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.intersect.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.intersect.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.unaffected.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.unaffected.html.ini new file mode 100644 index 0000000000..7a4a32e31a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.unaffected.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.unaffected.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.winding.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.winding.1.html.ini new file mode 100644 index 0000000000..c9aab780ba --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.winding.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.winding.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.winding.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.winding.2.html.ini new file mode 100644 index 0000000000..ab14fcf4c7 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.clip.winding.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.clip.winding.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.empty.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.empty.html.ini new file mode 100644 index 0000000000..8f00cbd506 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.empty.html.ini @@ -0,0 +1,3 @@ +[2d.path.closePath.empty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.newline.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.newline.html.ini new file mode 100644 index 0000000000..c50258400a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.newline.html.ini @@ -0,0 +1,4 @@ +[2d.path.closePath.newline.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "win") and debug: [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.nextpoint.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.nextpoint.html.ini new file mode 100644 index 0000000000..6a1c72cb54 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.closePath.nextpoint.html.ini @@ -0,0 +1,3 @@ +[2d.path.closePath.nextpoint.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.ellipse.basics.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.ellipse.basics.html.ini new file mode 100644 index 0000000000..bb17ba2fc3 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.ellipse.basics.html.ini @@ -0,0 +1,3 @@ +[2d.path.ellipse.basics.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.closed.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.closed.basic.html.ini new file mode 100644 index 0000000000..44d64fc55f --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.closed.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.closed.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.closed.unaffected.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.closed.unaffected.html.ini new file mode 100644 index 0000000000..0a29ba85dc --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.closed.unaffected.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.closed.unaffected.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.overlap.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.overlap.html.ini new file mode 100644 index 0000000000..e76e3df8a9 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.overlap.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.overlap.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.add.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.add.html.ini new file mode 100644 index 0000000000..1ea9478988 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.add.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.winding.add.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.1.html.ini new file mode 100644 index 0000000000..71aeff6334 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.winding.subtract.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.2.html.ini new file mode 100644 index 0000000000..5b8ff16654 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.winding.subtract.2.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.3.html.ini new file mode 100644 index 0000000000..dbdb7f2921 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.fill.winding.subtract.3.html.ini @@ -0,0 +1,3 @@ +[2d.path.fill.winding.subtract.3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.initial.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.initial.html.ini new file mode 100644 index 0000000000..adb5e9e9e0 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.initial.html.ini @@ -0,0 +1,3 @@ +[2d.path.initial.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.arc.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.arc.html.ini new file mode 100644 index 0000000000..930e82c92c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.arc.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.arc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.1.html.ini new file mode 100644 index 0000000000..4e092be51a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.basic.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.2.html.ini new file mode 100644 index 0000000000..b250a3e0e0 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.basic.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.html.ini new file mode 100644 index 0000000000..a30507b759 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.bezier.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.bezier.html.ini new file mode 100644 index 0000000000..a2a164383d --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.bezier.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.bezier.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.bigarc.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.bigarc.html.ini new file mode 100644 index 0000000000..e07d1531c6 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.bigarc.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.bigarc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.edge.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.edge.html.ini new file mode 100644 index 0000000000..529dc66950 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.edge.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.edge.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.empty.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.empty.html.ini new file mode 100644 index 0000000000..5d0b2732b6 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.empty.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.empty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.nonfinite.html.ini new file mode 100644 index 0000000000..b51c9a77ab --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.outside.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.outside.html.ini new file mode 100644 index 0000000000..6f4655bee0 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.outside.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.outside.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.subpath.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.subpath.html.ini new file mode 100644 index 0000000000..4fb21137d9 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.subpath.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.subpath.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.1.html.ini new file mode 100644 index 0000000000..df377cdfb4 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.transform.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.2.html.ini new file mode 100644 index 0000000000..8ae24f71c2 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.transform.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.3.html.ini new file mode 100644 index 0000000000..7706e2681c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.3.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.transform.3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.4.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.4.html.ini new file mode 100644 index 0000000000..a2dbbd57ac --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.transform.4.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.transform.4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.unclosed.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.unclosed.html.ini new file mode 100644 index 0000000000..4466d04e5a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.unclosed.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.unclosed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.winding.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.winding.html.ini new file mode 100644 index 0000000000..4ecce95107 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInPath.winding.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInPath.winding.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInStroke.scaleddashes.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInStroke.scaleddashes.html.ini new file mode 100644 index 0000000000..562949e7d9 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInStroke.scaleddashes.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInStroke.scaleddashes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInpath.invalid.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInpath.invalid.html.ini new file mode 100644 index 0000000000..bd324c5338 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInpath.invalid.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInpath.invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInpath.multi.path.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInpath.multi.path.html.ini new file mode 100644 index 0000000000..54b5f64b5c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.isPointInpath.multi.path.html.ini @@ -0,0 +1,3 @@ +[2d.path.isPointInpath.multi.path.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.basic.html.ini new file mode 100644 index 0000000000..4da9e16652 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.lineTo.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.ensuresubpath.1.html.ini new file mode 100644 index 0000000000..da5d40a95b --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.ensuresubpath.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.lineTo.ensuresubpath.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.ensuresubpath.2.html.ini new file mode 100644 index 0000000000..419da3ee85 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.ensuresubpath.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.lineTo.ensuresubpath.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nextpoint.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nextpoint.html.ini new file mode 100644 index 0000000000..757122c15a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nextpoint.html.ini @@ -0,0 +1,3 @@ +[2d.path.lineTo.nextpoint.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nonfinite.details.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nonfinite.details.html.ini new file mode 100644 index 0000000000..5884f6b7c0 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nonfinite.details.html.ini @@ -0,0 +1,3 @@ +[2d.path.lineTo.nonfinite.details.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nonfinite.html.ini new file mode 100644 index 0000000000..0fd2d8858b --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.lineTo.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.lineTo.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.basic.html.ini new file mode 100644 index 0000000000..a7551def01 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.moveTo.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.multiple.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.multiple.html.ini new file mode 100644 index 0000000000..f2918d1c57 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.multiple.html.ini @@ -0,0 +1,3 @@ +[2d.path.moveTo.multiple.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.newsubpath.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.newsubpath.html.ini new file mode 100644 index 0000000000..9da6f0b5dc --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.newsubpath.html.ini @@ -0,0 +1,3 @@ +[2d.path.moveTo.newsubpath.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.nonfinite.html.ini new file mode 100644 index 0000000000..2224b5cc22 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.moveTo.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.moveTo.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.basic.html.ini new file mode 100644 index 0000000000..be10b38810 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.quadraticCurveTo.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html.ini new file mode 100644 index 0000000000..c7223ac9e4 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.quadraticCurveTo.ensuresubpath.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html.ini new file mode 100644 index 0000000000..b06060f8b6 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.quadraticCurveTo.ensuresubpath.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.nonfinite.html.ini new file mode 100644 index 0000000000..ba0add165c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.quadraticCurveTo.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.scaled.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.scaled.html.ini new file mode 100644 index 0000000000..9d406bc19a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.scaled.html.ini @@ -0,0 +1,3 @@ +[2d.path.quadraticCurveTo.scaled.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.shape.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.shape.html.ini new file mode 100644 index 0000000000..c861150910 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.quadraticCurveTo.shape.html.ini @@ -0,0 +1,3 @@ +[2d.path.quadraticCurveTo.shape.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.basic.html.ini new file mode 100644 index 0000000000..67fe15f544 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.closed.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.closed.html.ini new file mode 100644 index 0000000000..eb59cfc1d4 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.closed.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.closed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.end.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.end.1.html.ini new file mode 100644 index 0000000000..88a67f5e10 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.end.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.end.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.end.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.end.2.html.ini new file mode 100644 index 0000000000..b228a26b75 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.end.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.end.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.negative.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.negative.html.ini new file mode 100644 index 0000000000..f6b68027e0 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.negative.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.negative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.newsubpath.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.newsubpath.html.ini new file mode 100644 index 0000000000..85ea7e8fad --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.newsubpath.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.newsubpath.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.nonfinite.html.ini new file mode 100644 index 0000000000..65f62650bf --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.nonfinite.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.nonfinite.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.selfintersect.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.selfintersect.html.ini new file mode 100644 index 0000000000..09685722d3 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.selfintersect.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.selfintersect.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.winding.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.winding.html.ini new file mode 100644 index 0000000000..fb56aaa975 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.winding.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.winding.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.1.html.ini new file mode 100644 index 0000000000..c33e787fed --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.1.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.zero.1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.2.html.ini new file mode 100644 index 0000000000..8e5d4f08ef --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.2.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.zero.2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.3.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.3.html.ini new file mode 100644 index 0000000000..8f248af504 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.3.html.ini @@ -0,0 +1,6 @@ +[2d.path.rect.zero.3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Canvas test: 2d.path.rect.zero.3] + expected: + if (os == "win") and (processor == "x86_64"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.4.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.4.html.ini new file mode 100644 index 0000000000..7efaf26d13 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.4.html.ini @@ -0,0 +1,6 @@ +[2d.path.rect.zero.4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Canvas test: 2d.path.rect.zero.4] + expected: + if (os == "win") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.5.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.5.html.ini new file mode 100644 index 0000000000..234d24aa81 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.5.html.ini @@ -0,0 +1,3 @@ +[2d.path.rect.zero.5.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.6.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.6.html.ini new file mode 100644 index 0000000000..651e38a59b --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.rect.zero.6.html.ini @@ -0,0 +1,6 @@ +[2d.path.rect.zero.6.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Canvas test: 2d.path.rect.zero.6] + expected: + if (os == "win") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.empty.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.empty.html.ini new file mode 100644 index 0000000000..e85548ab59 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.empty.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.empty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.overlap.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.overlap.html.ini new file mode 100644 index 0000000000..268714c4b5 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.overlap.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.overlap.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.arc.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.arc.html.ini new file mode 100644 index 0000000000..c6c38f5afd --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.arc.html.ini @@ -0,0 +1,5 @@ +[2d.path.stroke.prune.arc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero-length line segments from arcTo and arc are removed before stroking] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.closed.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.closed.html.ini new file mode 100644 index 0000000000..37eb2f0a80 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.closed.html.ini @@ -0,0 +1,5 @@ +[2d.path.stroke.prune.closed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero-length line segments from closed paths are removed before stroking] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.corner.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.corner.html.ini new file mode 100644 index 0000000000..85d91b169e --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.corner.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.prune.corner.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.curve.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.curve.html.ini new file mode 100644 index 0000000000..21f17f1695 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.curve.html.ini @@ -0,0 +1,5 @@ +[2d.path.stroke.prune.curve.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.line.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.line.html.ini new file mode 100644 index 0000000000..dc39b83b44 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.line.html.ini @@ -0,0 +1,5 @@ +[2d.path.stroke.prune.line.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero-length line segments from lineTo are removed before stroking] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.rect.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.rect.html.ini new file mode 100644 index 0000000000..e3a370e191 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.prune.rect.html.ini @@ -0,0 +1,5 @@ +[2d.path.stroke.prune.rect.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero-length line segments from rect and strokeRect are removed before stroking] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.scale1.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.scale1.html.ini new file mode 100644 index 0000000000..74855c6143 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.scale1.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.scale1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.scale2.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.scale2.html.ini new file mode 100644 index 0000000000..2dff842bc8 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.scale2.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.scale2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.skew.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.skew.html.ini new file mode 100644 index 0000000000..a8784f6c9d --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.skew.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.skew.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.unaffected.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.unaffected.html.ini new file mode 100644 index 0000000000..a5f643f4a1 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.unaffected.html.ini @@ -0,0 +1,4 @@ +[2d.path.stroke.unaffected.html] + expected: + if (os == "win") and debug: [OK, ERROR] + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.union.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.union.html.ini new file mode 100644 index 0000000000..81665f7305 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.stroke.union.html.ini @@ -0,0 +1,3 @@ +[2d.path.stroke.union.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.basic.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.basic.html.ini new file mode 100644 index 0000000000..776c245b13 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.basic.html.ini @@ -0,0 +1,3 @@ +[2d.path.transformation.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.changing.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.changing.html.ini new file mode 100644 index 0000000000..96e71f56ed --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.changing.html.ini @@ -0,0 +1,3 @@ +[2d.path.transformation.changing.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.multiple.html.ini b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.multiple.html.ini new file mode 100644 index 0000000000..e7c28fc4ec --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/path-objects/2d.path.transformation.multiple.html.ini @@ -0,0 +1,3 @@ +[2d.path.transformation.multiple.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |