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/externalresource1html.html | 15 ++++++++++++ .../html/externalresource1htmlrules.xml | 4 ++++ .../html/externalresource2html.html | 17 +++++++++++++ .../html/externalresource2htmlrules.xml | 4 ++++ .../html/externalresource3html.html | 20 ++++++++++++++++ .../externalresource/xml/externalresource1xml.xml | 24 +++++++++++++++++++ .../externalresource/xml/externalresource2xml.xml | 22 +++++++++++++++++ .../xml/externalresource2xmlrules.xml | 3 +++ .../externalresource/xml/externalresource3xml.xml | 28 ++++++++++++++++++++++ .../xml/externalresource3xmlrules.xml | 3 +++ .../externalresource/xml/externalresource4xml.xml | 25 +++++++++++++++++++ .../externalresource/xml/externalresource5xml.xml | 20 ++++++++++++++++ .../xml/externalresource5xmlrules.xml | 5 ++++ 13 files changed, 190 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource3html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource1xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource4xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xmlrules.xml (limited to 'testing/web-platform/tests/conformance-checkers/html-its/externalresource') diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1html.html b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1html.html new file mode 100644 index 000000000..2b03a2541 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1html.html @@ -0,0 +1,15 @@ + + + + + + Video element example + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1htmlrules.xml new file mode 100644 index 000000000..21608edb3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource1htmlrules.xml @@ -0,0 +1,4 @@ + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2html.html b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2html.html new file mode 100644 index 000000000..17e79832c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2html.html @@ -0,0 +1,17 @@ + + + + + + Video element example + + +

+ +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2htmlrules.xml new file mode 100644 index 000000000..34c66b5ec --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource2htmlrules.xml @@ -0,0 +1,4 @@ + + 1 + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource3html.html b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource3html.html new file mode 100644 index 000000000..98c13a12e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/html/externalresource3html.html @@ -0,0 +1,20 @@ + + + + + + Video element example + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource1xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource1xml.xml new file mode 100644 index 000000000..51b640e7e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource1xml.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + This video illustrates the proper way to assemble an inverting time distortion + device. + + It is imperative that the primary and secondary temporal couplings not be + mounted in the wrong order. Temporal catastrophe is the likely result. The + future you destroy may be your own. + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xml.xml new file mode 100644 index 000000000..818766d0e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xml.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + This video illustrates the proper way to assemble an inverting time distortion + device. + + It is imperative that the primary and secondary temporal couplings not be + mounted in the wrong order. Temporal catastrophe is the likely result. The + future you destroy may be your own. + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xmlrules.xml new file mode 100644 index 000000000..718135f5e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource2xmlrules.xml @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xml.xml new file mode 100644 index 000000000..0528bb9c6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xml.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + This video illustrates the proper way to assemble an inverting time distortion + device. + + It is imperative that the primary and secondary temporal couplings not be + mounted in the wrong order. Temporal catastrophe is the likely result. The + future you destroy may be your own. + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xmlrules.xml new file mode 100644 index 000000000..383781cec --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource3xmlrules.xml @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource4xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource4xml.xml new file mode 100644 index 000000000..76df2ccd9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource4xml.xml @@ -0,0 +1,25 @@ + + + movie-frame.gif + + + + + + + + + + + This video illustrates the proper way to assemble an inverting time distortion + device. + + It is imperative that the primary and secondary temporal couplings not be + mounted in the wrong order. Temporal catastrophe is the likely result. The + future you destroy may be your own. + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xml.xml new file mode 100644 index 000000000..d3e376467 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xml.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + This video illustrates the proper way to assemble an inverting time distortion + device. + + It is imperative that the primary and secondary temporal couplings not be + mounted in the wrong order. Temporal catastrophe is the likely result. The + future you destroy may be your own. + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xmlrules.xml new file mode 100644 index 000000000..01209738e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/externalresource/xml/externalresource5xmlrules.xml @@ -0,0 +1,5 @@ + + movie-frame.gif + + -- cgit v1.2.3