summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/2dcontext/path-objects
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/2dcontext/path-objects
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/2dcontext/path-objects')
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.selfintersect.1.html.ini8
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.shape.3.html.ini6
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.rect.zero.3.html.ini9
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.arc.html.ini16
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.closed.html.ini8
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.curve.html.ini16
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.line.html.ini16
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.rect.html.ini8
-rw-r--r--testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.scale2.html.ini9
9 files changed, 96 insertions, 0 deletions
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.selfintersect.1.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.selfintersect.1.html.ini
new file mode 100644
index 000000000..f73baf51a
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.selfintersect.1.html.ini
@@ -0,0 +1,8 @@
+[2d.path.arc.selfintersect.1.html]
+ type: testharness
+ [arc() with lineWidth > 2*radius is drawn sensibly]
+ expected:
+ if (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.shape.3.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.shape.3.html.ini
new file mode 100644
index 000000000..18f2adcdb
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.arc.shape.3.html.ini
@@ -0,0 +1,6 @@
+[2d.path.arc.shape.3.html]
+ type: testharness
+ [arc() from 0 to -pi/2 does not draw anything in the wrong quadrant]
+ expected:
+ if (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.rect.zero.3.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.rect.zero.3.html.ini
new file mode 100644
index 000000000..af7ae7992
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.rect.zero.3.html.ini
@@ -0,0 +1,9 @@
+[2d.path.rect.zero.3.html]
+ type: testharness
+ [Canvas test: 2d.path.rect.zero.3]
+ expected:
+ if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.arc.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.arc.html.ini
new file mode 100644
index 000000000..3bb4da4f5
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.arc.html.ini
@@ -0,0 +1,16 @@
+[2d.path.stroke.prune.arc.html]
+ type: testharness
+ [Zero-length line segments from arcTo and arc are removed before stroking]
+ expected:
+ if not debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
+ if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
+ if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
+ if (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
+ if os == "mac": FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.closed.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.closed.html.ini
new file mode 100644
index 000000000..d0a6fc87f
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.closed.html.ini
@@ -0,0 +1,8 @@
+[2d.path.stroke.prune.closed.html]
+ type: testharness
+ [Zero-length line segments from closed paths are removed before stroking]
+ expected:
+ if os == "win": FAIL
+ if os == "mac": FAIL
+ if os == "linux": FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.curve.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.curve.html.ini
new file mode 100644
index 000000000..ecfb08580
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.curve.html.ini
@@ -0,0 +1,16 @@
+[2d.path.stroke.prune.curve.html]
+ type: testharness
+ [Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking]
+ expected:
+ if not debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
+ if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
+ if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
+ if (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
+ if os == "mac": FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.line.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.line.html.ini
new file mode 100644
index 000000000..78b17ff14
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.line.html.ini
@@ -0,0 +1,16 @@
+[2d.path.stroke.prune.line.html]
+ type: testharness
+ [Zero-length line segments from lineTo are removed before stroking]
+ expected:
+ if not debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
+ if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "linux") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "linux") and (processor == "x86") and (bits == 32): FAIL
+ if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
+ if (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
+ if os == "mac": FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.rect.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.rect.html.ini
new file mode 100644
index 000000000..41f712f88
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.rect.html.ini
@@ -0,0 +1,8 @@
+[2d.path.stroke.prune.rect.html]
+ type: testharness
+ [Zero-length line segments from rect and strokeRect are removed before stroking]
+ expected:
+ if os == "win": FAIL
+ if os == "mac": FAIL
+ if os == "linux": FAIL
+
diff --git a/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.scale2.html.ini b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.scale2.html.ini
new file mode 100644
index 000000000..aee019024
--- /dev/null
+++ b/testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.scale2.html.ini
@@ -0,0 +1,9 @@
+[2d.path.stroke.scale2.html]
+ type: testharness
+ [Stroke line widths are scaled by the current transformation matrix]
+ expected:
+ if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
+ if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+ if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
+