From 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Feb 2021 19:17:00 -0500 Subject: New upstream version 8.1.2. --- .../html5shiv/test/data/body-crash.jpg | Bin 0 -> 429 bytes .../html5shiv/test/data/iframed-tests.html | 103 +++++++++++++++++++++ .../html5shiv/test/data/inline-mixed-media.css | 11 +++ .../html5shiv/test/data/inline-print-media.css | 8 ++ .../node_modules/html5shiv/test/data/no-print.css | 8 ++ .../html5shiv/test/data/paramtracer.swf | Bin 0 -> 5841 bytes .../html5shiv/test/data/print-styles.css | 8 ++ .../node_modules/html5shiv/test/data/print.css | 3 + .../node_modules/html5shiv/test/data/screen.css | 9 ++ 9 files changed, 150 insertions(+) create mode 100644 npm_assets/node_modules/html5shiv/test/data/body-crash.jpg create mode 100644 npm_assets/node_modules/html5shiv/test/data/iframed-tests.html create mode 100644 npm_assets/node_modules/html5shiv/test/data/inline-mixed-media.css create mode 100644 npm_assets/node_modules/html5shiv/test/data/inline-print-media.css create mode 100644 npm_assets/node_modules/html5shiv/test/data/no-print.css create mode 100644 npm_assets/node_modules/html5shiv/test/data/paramtracer.swf create mode 100644 npm_assets/node_modules/html5shiv/test/data/print-styles.css create mode 100644 npm_assets/node_modules/html5shiv/test/data/print.css create mode 100644 npm_assets/node_modules/html5shiv/test/data/screen.css (limited to 'npm_assets/node_modules/html5shiv/test/data') diff --git a/npm_assets/node_modules/html5shiv/test/data/body-crash.jpg b/npm_assets/node_modules/html5shiv/test/data/body-crash.jpg new file mode 100644 index 0000000..8727016 Binary files /dev/null and b/npm_assets/node_modules/html5shiv/test/data/body-crash.jpg differ diff --git a/npm_assets/node_modules/html5shiv/test/data/iframed-tests.html b/npm_assets/node_modules/html5shiv/test/data/iframed-tests.html new file mode 100644 index 0000000..f4e22fe --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/iframed-tests.html @@ -0,0 +1,103 @@ + + + + + iframe tests + + + + + + + + + +
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+ + \ No newline at end of file diff --git a/npm_assets/node_modules/html5shiv/test/data/inline-mixed-media.css b/npm_assets/node_modules/html5shiv/test/data/inline-mixed-media.css new file mode 100644 index 0000000..0a4de90 --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/inline-mixed-media.css @@ -0,0 +1,11 @@ +@media screen, handheld { + article.inline-mixed-media { + border: 5px solid #000; + } +} + +@media print { + article.inline-mixed-media { + border: 5px dotted #000; + } +} \ No newline at end of file diff --git a/npm_assets/node_modules/html5shiv/test/data/inline-print-media.css b/npm_assets/node_modules/html5shiv/test/data/inline-print-media.css new file mode 100644 index 0000000..87b10f1 --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/inline-print-media.css @@ -0,0 +1,8 @@ +.inline-print-media form { + border: 5px solid #000; +} +@media print { + .inline-print-media form { + border: 5px dotted #000; + } +} diff --git a/npm_assets/node_modules/html5shiv/test/data/no-print.css b/npm_assets/node_modules/html5shiv/test/data/no-print.css new file mode 100644 index 0000000..2e3dc9e --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/no-print.css @@ -0,0 +1,8 @@ +article:before { + content: "isfnotorprint"; + isfnotorprint: true; +} +article { + content: "isfnotorprint"; + isfnotorprint: true; +} \ No newline at end of file diff --git a/npm_assets/node_modules/html5shiv/test/data/paramtracer.swf b/npm_assets/node_modules/html5shiv/test/data/paramtracer.swf new file mode 100644 index 0000000..5d55d47 Binary files /dev/null and b/npm_assets/node_modules/html5shiv/test/data/paramtracer.swf differ diff --git a/npm_assets/node_modules/html5shiv/test/data/print-styles.css b/npm_assets/node_modules/html5shiv/test/data/print-styles.css new file mode 100644 index 0000000..b8f2251 --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/print-styles.css @@ -0,0 +1,8 @@ +.print-styles article { + border: 5px dotted #000; +} +@media print { + article.print-styles-print { + border: 5px dotted #000; + } +} diff --git a/npm_assets/node_modules/html5shiv/test/data/print.css b/npm_assets/node_modules/html5shiv/test/data/print.css new file mode 100644 index 0000000..28c988a --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/print.css @@ -0,0 +1,3 @@ +article.print { + border: 5px dotted #000; +} \ No newline at end of file diff --git a/npm_assets/node_modules/html5shiv/test/data/screen.css b/npm_assets/node_modules/html5shiv/test/data/screen.css new file mode 100644 index 0000000..f69e58b --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/data/screen.css @@ -0,0 +1,9 @@ +article.print { + border: 5px solid #000; +} +.print-styles article { + border: 5px solid #000; +} +article.print-styles-print { + border: 5px solid #000; +} \ No newline at end of file -- cgit v1.2.3