diff options
Diffstat (limited to 'testing/web-platform/tests/svg/layout/svg-with-precent-dimensions-relayout-ref.html')
-rw-r--r-- | testing/web-platform/tests/svg/layout/svg-with-precent-dimensions-relayout-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/layout/svg-with-precent-dimensions-relayout-ref.html b/testing/web-platform/tests/svg/layout/svg-with-precent-dimensions-relayout-ref.html new file mode 100644 index 0000000000..1a15a9f2b8 --- /dev/null +++ b/testing/web-platform/tests/svg/layout/svg-with-precent-dimensions-relayout-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<link rel="help" href="https://crbug.com/1016759"> +<body> +<span style="position:relative; font-size:100px;"> + <br> + <svg style="position:absolute; border:1px solid black; width:100%; height:100%;"> + <rect x="10" y="10" width="100" height="100" fill="red" id="child" stroke="blue" stroke-width="5px"/> + </svg> +</span> +</body> +</html> |