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 --- .../attribute-selectors/attribute-case/cssom.html | 58 ++++++++ .../attribute-case/resources/semantics-quirks.html | 4 + .../attribute-case/resources/semantics-xml.xhtml | 10 ++ .../attribute-case/resources/syntax-quirks.html | 5 + .../attribute-case/resources/syntax-xml.xhtml | 11 ++ .../attribute-case/semantics.html | 146 +++++++++++++++++++++ .../attribute-selectors/attribute-case/syntax.html | 119 +++++++++++++++++ .../selectors/child-indexed-pseudo-class.html | 42 ++++++ 8 files changed, 395 insertions(+) create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/cssom.html create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-quirks.html create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-xml.xhtml create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/semantics.html create mode 100644 testing/web-platform/tests/selectors/attribute-selectors/attribute-case/syntax.html create mode 100644 testing/web-platform/tests/selectors/child-indexed-pseudo-class.html (limited to 'testing/web-platform/tests/selectors') diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/cssom.html b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/cssom.html new file mode 100644 index 000000000..af5de10eb --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/cssom.html @@ -0,0 +1,58 @@ + +Selectors: CSSOM of case-sensitivity attribute selector + + +
+ diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-quirks.html b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-quirks.html new file mode 100644 index 000000000..b6c3dfe4e --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-quirks.html @@ -0,0 +1,4 @@ + + diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml new file mode 100644 index 000000000..f4d40fb85 --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html new file mode 100644 index 000000000..4606419b3 --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html @@ -0,0 +1,5 @@ + +
+ diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-xml.xhtml b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-xml.xhtml new file mode 100644 index 000000000..19491c94c --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-xml.xhtml @@ -0,0 +1,11 @@ + + + + + +
+ + + diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/semantics.html b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/semantics.html new file mode 100644 index 000000000..c455e2668 --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/semantics.html @@ -0,0 +1,146 @@ + +Selectors: semantics of case-sensitivity attribute selector + + + +
+ + + diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/syntax.html b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/syntax.html new file mode 100644 index 000000000..9d895b8ef --- /dev/null +++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/syntax.html @@ -0,0 +1,119 @@ + +Selectors: syntax of case-sensitivity attribute selector + + + +
+
+ + + diff --git a/testing/web-platform/tests/selectors/child-indexed-pseudo-class.html b/testing/web-platform/tests/selectors/child-indexed-pseudo-class.html new file mode 100644 index 000000000..1c58a5e87 --- /dev/null +++ b/testing/web-platform/tests/selectors/child-indexed-pseudo-class.html @@ -0,0 +1,42 @@ + + +Matching of child-indexed pseudo-classes + + + + + -- cgit v1.2.3