| Index: LayoutTests/svg/in-html/sizing/svg-inline.html
|
| diff --git a/LayoutTests/svg/in-html/sizing/svg-inline.html b/LayoutTests/svg/in-html/sizing/svg-inline.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..23c685e23505832713fae913c036bb63c2d5342c
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/in-html/sizing/svg-inline.html
|
| @@ -0,0 +1,27 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>SVG sizing: inline</title>
|
| + <script src="../../../resources/testharness.js"></script>
|
| + <script src="../../..//resources/testharnessreport.js"></script>
|
| + <style>
|
| + #testContainer {
|
| + position: absolute;
|
| + left: 0;
|
| + top: 0;
|
| + width: 800px;
|
| + height: 600px;
|
| + }
|
| + </style>
|
| + <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width">
|
| + <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-height">
|
| + <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#replaced-elements">
|
| + <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#attr-dim-width">
|
| + <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace">
|
| + </head>
|
| + <body>
|
| + <div id="log"></div>
|
| + <div id="testContainer"></div>
|
| + <script src="svg-inline.js"></script>
|
| + </body>
|
| +</html>
|
|
|