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 --- .../html/elements/style/model-isvalid.html | 20 ++++++++++++++++++++ .../elements/style/scoped-as-div-child-novalid.html | 8 ++++++++ .../elements/style/scoped-as-p-child-novalid.html | 5 +++++ .../html/elements/style/scoped-in-head-novalid.html | 6 ++++++ .../html/elements/style/scoped-model-novalid.html | 8 ++++++++ .../style/scoped-multiple-adjacent-novalid.html | 9 +++++++++ .../html/elements/style/scoped-novalid.html | 5 +++++ 7 files changed, 61 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-div-child-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-p-child-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-in-head-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-model-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-novalid.html (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/style') diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html new file mode 100644 index 000000000..f0dd1c23f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html @@ -0,0 +1,20 @@ + + + + + + <STYLE>s + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-div-child-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-div-child-novalid.html new file mode 100644 index 000000000..d927a60f1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-div-child-novalid.html @@ -0,0 +1,8 @@ + + +style@scoped as child of div with flow content after + +
+ +

foo +

diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-p-child-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-p-child-novalid.html new file mode 100644 index 000000000..8619e0815 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-as-p-child-novalid.html @@ -0,0 +1,5 @@ + + +style@scoped as child of p (where flow content is not allowed) + +

diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-in-head-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-in-head-novalid.html new file mode 100644 index 000000000..358bd694b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-in-head-novalid.html @@ -0,0 +1,6 @@ + + + +style@scoped in head + + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-model-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-model-novalid.html new file mode 100644 index 000000000..19d56bbc9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-model-novalid.html @@ -0,0 +1,8 @@ + + +style@scoped as child of div with flow content before + +
+

foo

+ +
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html new file mode 100644 index 000000000..1799dd128 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html @@ -0,0 +1,9 @@ + + +mutliple adjacent style@scoped as child of div with flow content after + +
+ + +

foo

+
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-novalid.html new file mode 100644 index 000000000..cdcc00eb7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-novalid.html @@ -0,0 +1,5 @@ + + +style@scoped as child of div + +
-- cgit v1.2.3