From dbaf9e9d3bfd9bf5c4c864c31a03b3c17338a660 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Tue, 27 Nov 2018 04:25:51 +0000 Subject: [PATCH] Bug 1510061 [wpt PR 14240] - Update wpt metadata, a=testonly wpt-pr: 14240 wpt-type: metadata --- .../css-position/parsing/bottom-computed.html.ini | 4 ++++ .../css-position/parsing/inset-after-valid.html.ini | 13 +++++++++++++ .../parsing/inset-before-valid.html.ini | 13 +++++++++++++ .../css-position/parsing/inset-end-valid.html.ini | 13 +++++++++++++ .../css-position/parsing/inset-start-valid.html.ini | 13 +++++++++++++ .../css/css-position/parsing/left-computed.html.ini | 4 ++++ .../css-position/parsing/right-computed.html.ini | 4 ++++ .../css/css-position/parsing/top-computed.html.ini | 4 ++++ .../css-position/parsing/z-index-invalid.html.ini | 4 ++++ 9 files changed, 72 insertions(+) create mode 100644 testing/web-platform/meta/css/css-position/parsing/bottom-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/inset-after-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/inset-before-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/inset-end-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/inset-start-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/left-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/right-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/top-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-position/parsing/z-index-invalid.html.ini diff --git a/testing/web-platform/meta/css/css-position/parsing/bottom-computed.html.ini b/testing/web-platform/meta/css/css-position/parsing/bottom-computed.html.ini new file mode 100644 index 000000000000..e2ad161ec0b1 --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/bottom-computed.html.ini @@ -0,0 +1,4 @@ +[bottom-computed.html] + [Property bottom value 'calc(50% + 60px)' computes to 'calc(50% + 60px)'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/inset-after-valid.html.ini b/testing/web-platform/meta/css/css-position/parsing/inset-after-valid.html.ini new file mode 100644 index 000000000000..378523c3b20f --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/inset-after-valid.html.ini @@ -0,0 +1,13 @@ +[inset-after-valid.html] + [e.style['inset-after'\] = "auto" should set the property value] + expected: FAIL + + [e.style['inset-after'\] = "-20%" should set the property value] + expected: FAIL + + [e.style['inset-after'\] = "-10px" should set the property value] + expected: FAIL + + [e.style['inset-after'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/inset-before-valid.html.ini b/testing/web-platform/meta/css/css-position/parsing/inset-before-valid.html.ini new file mode 100644 index 000000000000..760c7b2afd2e --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/inset-before-valid.html.ini @@ -0,0 +1,13 @@ +[inset-before-valid.html] + [e.style['inset-before'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL + + [e.style['inset-before'\] = "auto" should set the property value] + expected: FAIL + + [e.style['inset-before'\] = "-20%" should set the property value] + expected: FAIL + + [e.style['inset-before'\] = "-10px" should set the property value] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/inset-end-valid.html.ini b/testing/web-platform/meta/css/css-position/parsing/inset-end-valid.html.ini new file mode 100644 index 000000000000..d9f47159bda2 --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/inset-end-valid.html.ini @@ -0,0 +1,13 @@ +[inset-end-valid.html] + [e.style['inset-end'\] = "auto" should set the property value] + expected: FAIL + + [e.style['inset-end'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL + + [e.style['inset-end'\] = "-10px" should set the property value] + expected: FAIL + + [e.style['inset-end'\] = "-20%" should set the property value] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/inset-start-valid.html.ini b/testing/web-platform/meta/css/css-position/parsing/inset-start-valid.html.ini new file mode 100644 index 000000000000..01510d231f90 --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/inset-start-valid.html.ini @@ -0,0 +1,13 @@ +[inset-start-valid.html] + [e.style['inset-start'\] = "-20%" should set the property value] + expected: FAIL + + [e.style['inset-start'\] = "-10px" should set the property value] + expected: FAIL + + [e.style['inset-start'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL + + [e.style['inset-start'\] = "auto" should set the property value] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/left-computed.html.ini b/testing/web-platform/meta/css/css-position/parsing/left-computed.html.ini new file mode 100644 index 000000000000..fc38cc8e3a4d --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/left-computed.html.ini @@ -0,0 +1,4 @@ +[left-computed.html] + [Property left value 'calc(50% + 60px)' computes to 'calc(50% + 60px)'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/right-computed.html.ini b/testing/web-platform/meta/css/css-position/parsing/right-computed.html.ini new file mode 100644 index 000000000000..479a437680a8 --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/right-computed.html.ini @@ -0,0 +1,4 @@ +[right-computed.html] + [Property right value 'calc(50% + 60px)' computes to 'calc(50% + 60px)'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/top-computed.html.ini b/testing/web-platform/meta/css/css-position/parsing/top-computed.html.ini new file mode 100644 index 000000000000..7f626e528f0d --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/top-computed.html.ini @@ -0,0 +1,4 @@ +[top-computed.html] + [Property top value 'calc(50% + 60px)' computes to 'calc(50% + 60px)'] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-position/parsing/z-index-invalid.html.ini b/testing/web-platform/meta/css/css-position/parsing/z-index-invalid.html.ini new file mode 100644 index 000000000000..955e3747dd9d --- /dev/null +++ b/testing/web-platform/meta/css/css-position/parsing/z-index-invalid.html.ini @@ -0,0 +1,4 @@ +[z-index-invalid.html] + [e.style['z-index'\] = "calc(0.5)" should not set the property value] + expected: FAIL +