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 --- .../2dcontext/text-styles/2d.text.draw.baseline.hanging.html.ini | 5 +++++ .../2dcontext/text-styles/2d.text.draw.baseline.ideographic.html.ini | 5 +++++ .../2dcontext/text-styles/2d.text.draw.space.collapse.end.html.ini | 5 +++++ .../2dcontext/text-styles/2d.text.draw.space.collapse.other.html.ini | 5 +++++ .../2dcontext/text-styles/2d.text.draw.space.collapse.space.html.ini | 5 +++++ .../2dcontext/text-styles/2d.text.draw.space.collapse.start.html.ini | 5 +++++ .../meta/2dcontext/text-styles/2d.text.font.parse.complex.html.ini | 5 +++++ .../text-styles/2d.text.font.parse.size.percentage.default.html.ini | 5 +++++ .../text-styles/2d.text.font.parse.size.percentage.html.ini | 5 +++++ .../meta/2dcontext/text-styles/2d.text.measure.width.space.html.ini | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.hanging.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.ideographic.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.end.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.other.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.space.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.start.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.complex.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.default.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.html.ini create mode 100644 testing/web-platform/meta/2dcontext/text-styles/2d.text.measure.width.space.html.ini (limited to 'testing/web-platform/meta/2dcontext/text-styles') diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.hanging.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.hanging.html.ini new file mode 100644 index 000000000..907797552 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.hanging.html.ini @@ -0,0 +1,5 @@ +[2d.text.draw.baseline.hanging.html] + type: testharness + [Canvas test: 2d.text.draw.baseline.hanging] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.ideographic.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.ideographic.html.ini new file mode 100644 index 000000000..266246fff --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.baseline.ideographic.html.ini @@ -0,0 +1,5 @@ +[2d.text.draw.baseline.ideographic.html] + type: testharness + [Canvas test: 2d.text.draw.baseline.ideographic] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.end.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.end.html.ini new file mode 100644 index 000000000..6c31ffa39 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.end.html.ini @@ -0,0 +1,5 @@ +[2d.text.draw.space.collapse.end.html] + type: testharness + [Space characters at the end of a line are collapsed (per CSS)] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.other.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.other.html.ini new file mode 100644 index 000000000..30ac02366 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.other.html.ini @@ -0,0 +1,5 @@ +[2d.text.draw.space.collapse.other.html] + type: testharness + [Space characters are converted to U+0020, and collapsed (per CSS)] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.space.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.space.html.ini new file mode 100644 index 000000000..5d1f16b3c --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.space.html.ini @@ -0,0 +1,5 @@ +[2d.text.draw.space.collapse.space.html] + type: testharness + [Space characters are converted to U+0020, and collapsed (per CSS)] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.start.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.start.html.ini new file mode 100644 index 000000000..721814a25 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.draw.space.collapse.start.html.ini @@ -0,0 +1,5 @@ +[2d.text.draw.space.collapse.start.html] + type: testharness + [Space characters at the start of a line are collapsed (per CSS)] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.complex.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.complex.html.ini new file mode 100644 index 000000000..95b8119f1 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.complex.html.ini @@ -0,0 +1,5 @@ +[2d.text.font.parse.complex.html] + type: testharness + [Canvas test: 2d.text.font.parse.complex] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.default.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.default.html.ini new file mode 100644 index 000000000..d557fc48e --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.default.html.ini @@ -0,0 +1,5 @@ +[2d.text.font.parse.size.percentage.default.html] + type: testharness + [Canvas test: 2d.text.font.parse.size.percentage.default] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.html.ini new file mode 100644 index 000000000..101870cf2 --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.font.parse.size.percentage.html.ini @@ -0,0 +1,5 @@ +[2d.text.font.parse.size.percentage.html] + type: testharness + [Canvas test: 2d.text.font.parse.size.percentage] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/text-styles/2d.text.measure.width.space.html.ini b/testing/web-platform/meta/2dcontext/text-styles/2d.text.measure.width.space.html.ini new file mode 100644 index 000000000..f7b7bb43d --- /dev/null +++ b/testing/web-platform/meta/2dcontext/text-styles/2d.text.measure.width.space.html.ini @@ -0,0 +1,5 @@ +[2d.text.measure.width.space.html] + type: testharness + [Space characters are converted to U+0020 and collapsed (per CSS)] + expected: FAIL + -- cgit v1.2.3