diff options
| author | 2021-02-03 19:17:00 -0500 | |
|---|---|---|
| committer | 2021-02-03 19:17:00 -0500 | |
| commit | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (patch) | |
| tree | a7cf56282e54f05785243bc1e903d6594f2c06ba /npm_assets/node_modules/html5shiv/test/iframe.1.html | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
New upstream version 8.1.2.upstream/8.1.2
Diffstat (limited to 'npm_assets/node_modules/html5shiv/test/iframe.1.html')
| -rw-r--r-- | npm_assets/node_modules/html5shiv/test/iframe.1.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/npm_assets/node_modules/html5shiv/test/iframe.1.html b/npm_assets/node_modules/html5shiv/test/iframe.1.html new file mode 100644 index 0000000..74c99e1 --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/iframe.1.html @@ -0,0 +1,27 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>HTML5Shiv</title> + <link rel="stylesheet" href="style.css"> + <style> + body { + color: #fff; + background: url(data/body-crash.jpg); + } + </style> + <script src="../src/html5shiv-printshiv.js"></script> + <script src="//use.typekit.com/fbz1vwc.js"></script> + <script> + Typekit.load(); + </script> + </head> + <body> + <section>1</section> + <section>2</section> + <section style="border-color: red;">3</section> + <section> + <iframe src="iframe.1-1.html" style="width:100%;height:100%;" frameborder="0"></iframe> + </section> + </body> +</html>
\ No newline at end of file |
