From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../2d.gradient.interpolate.overlap.html.ini | 9 +++++++++ .../2d.gradient.interpolate.zerosize.fill.html.ini | 5 +++++ .../2d.gradient.interpolate.zerosize.fillRect.html.ini | 5 +++++ .../2d.gradient.interpolate.zerosize.fillText.html.ini | 5 +++++ .../2d.gradient.interpolate.zerosize.stroke.html.ini | 5 +++++ .../2d.gradient.interpolate.zerosize.strokeRect.html.ini | 5 +++++ .../2d.gradient.interpolate.zerosize.strokeText.html.ini | 5 +++++ .../2d.gradient.object.current.html.ini | 5 +++++ .../2d.gradient.radial.outside3.html.ini | 11 +++++++++++ .../fill-and-stroke-styles/2d.pattern.image.broken.html.ini | 12 ++++++++++++ .../2d.pattern.image.incomplete.emptysrc.html.ini | 5 +++++ .../2d.pattern.image.incomplete.nosrc.html.ini | 5 +++++ .../2d.pattern.image.incomplete.reload.html.ini | 5 +++++ .../2d.pattern.image.incomplete.removedsrc.html.ini | 5 +++++ .../canvas_colorsandstyles_createlineargradient_001.htm.ini | 5 +++++ 15 files changed, 92 insertions(+) create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeText.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.object.current.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.broken.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.emptysrc.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.nosrc.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.reload.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.removedsrc.html.ini create mode 100644 testing/web-platform/meta/2dcontext/fill-and-stroke-styles/canvas_colorsandstyles_createlineargradient_001.htm.ini (limited to 'testing/web-platform/meta/2dcontext/fill-and-stroke-styles') diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini new file mode 100644 index 000000000..5a629f1f7 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini @@ -0,0 +1,9 @@ +[2d.gradient.interpolate.overlap.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.overlap] + 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/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini new file mode 100644 index 000000000..4e811b129 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.interpolate.zerosize.fill.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.zerosize.fill] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini new file mode 100644 index 000000000..c00de83ef --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.interpolate.zerosize.fillRect.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.zerosize.fillRect] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.html.ini new file mode 100644 index 000000000..65ef5ac2e --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.interpolate.zerosize.fillText.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.zerosize.fillText] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini new file mode 100644 index 000000000..f18694d03 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.interpolate.zerosize.stroke.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.zerosize.stroke] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini new file mode 100644 index 000000000..e5ae2179b --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.interpolate.zerosize.strokeRect.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.zerosize.strokeRect] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeText.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeText.html.ini new file mode 100644 index 000000000..894f5cd6d --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeText.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.interpolate.zerosize.strokeText.html] + type: testharness + [Canvas test: 2d.gradient.interpolate.zerosize.strokeText] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.object.current.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.object.current.html.ini new file mode 100644 index 000000000..c849f911b --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.object.current.html.ini @@ -0,0 +1,5 @@ +[2d.gradient.object.current.html] + type: testharness + [Canvas test: 2d.gradient.object.current] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini new file mode 100644 index 000000000..278791a60 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini @@ -0,0 +1,11 @@ +[2d.gradient.radial.outside3.html] + type: testharness + [Canvas test: 2d.gradient.radial.outside3] + expected: + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL + if os == "mac": FAIL + if os == "linux": FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.broken.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.broken.html.ini new file mode 100644 index 000000000..93fb49dc4 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.broken.html.ini @@ -0,0 +1,12 @@ +[2d.pattern.image.broken.html] + type: testharness + [Canvas test: 2d.pattern.image.broken] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1016482 + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): 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 == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.emptysrc.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.emptysrc.html.ini new file mode 100644 index 000000000..a182cdc6e --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.emptysrc.html.ini @@ -0,0 +1,5 @@ +[2d.pattern.image.incomplete.emptysrc.html] + type: testharness + [Canvas test: 2d.pattern.image.incomplete.emptysrc] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.nosrc.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.nosrc.html.ini new file mode 100644 index 000000000..b8ab4c72d --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.nosrc.html.ini @@ -0,0 +1,5 @@ +[2d.pattern.image.incomplete.nosrc.html] + type: testharness + [Canvas test: 2d.pattern.image.incomplete.nosrc] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.reload.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.reload.html.ini new file mode 100644 index 000000000..7feef1768 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.reload.html.ini @@ -0,0 +1,5 @@ +[2d.pattern.image.incomplete.reload.html] + type: testharness + [Canvas test: 2d.pattern.image.incomplete.reload] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.removedsrc.html.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.removedsrc.html.ini new file mode 100644 index 000000000..47dadb726 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/2d.pattern.image.incomplete.removedsrc.html.ini @@ -0,0 +1,5 @@ +[2d.pattern.image.incomplete.removedsrc.html] + type: testharness + [Canvas test: 2d.pattern.image.incomplete.removedsrc] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/canvas_colorsandstyles_createlineargradient_001.htm.ini b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/canvas_colorsandstyles_createlineargradient_001.htm.ini new file mode 100644 index 000000000..09869a263 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/canvas_colorsandstyles_createlineargradient_001.htm.ini @@ -0,0 +1,5 @@ +[canvas_colorsandstyles_createlineargradient_001.htm] + type: testharness + [linear gradient from point to self draws nothing] + expected: FAIL + -- cgit v1.2.3