diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/shadow-dom/untriaged/user-interaction | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-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/shadow-dom/untriaged/user-interaction')
5 files changed, 37 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/active-element/test-001.html.ini b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/active-element/test-001.html.ini new file mode 100644 index 000000000..fdcb44343 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/active-element/test-001.html.ini @@ -0,0 +1,5 @@ +[test-001.html] + type: testharness + [A_07_03_01_T01] + expected: FAIL + diff --git a/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/active-element/test-002.html.ini b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/active-element/test-002.html.ini new file mode 100644 index 000000000..e2a9f3f2f --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/active-element/test-002.html.ini @@ -0,0 +1,5 @@ +[test-002.html] + type: testharness + [A_07_03_02_T01] + expected: FAIL + diff --git a/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html.ini b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html.ini new file mode 100644 index 000000000..b43073a87 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html.ini @@ -0,0 +1,11 @@ +[inheritance-of-content-editable-001.html] + type: testharness + [contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "true"] + expected: FAIL + + [contentEditable of shadow trees must be undefined when contentEditable of shadow host is "false"] + expected: FAIL + + [contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "inherit"] + expected: FAIL + diff --git a/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html.ini b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html.ini new file mode 100644 index 000000000..67493fb91 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html.ini @@ -0,0 +1,8 @@ +[test-001.html] + type: testharness + [A_07_07_01_T01] + expected: FAIL + + [A_07_07_01_T02] + expected: FAIL + diff --git a/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html.ini b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html.ini new file mode 100644 index 000000000..57c35b9f6 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html.ini @@ -0,0 +1,8 @@ +[test-002.html] + type: testharness + [A_07_01_02_T01] + expected: FAIL + + [A_07_07_02_T02] + expected: FAIL + |