Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/svg-embedded-sizing/svg-in-img-fixed.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<!-- This file is generated by gen-svgsizing-tests.py -->
<html>
<head>
<title>SVG sizing: <img></title>
<meta name=timeout content=long>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/svg-sizing.js"></script>
<style>
#testContainer {
position: absolute;
left: 0;
top: 0;
width: 800px;
height: 600px
}
iframe { border: 0 }
</style>
</head>
<body>
<div id="log"></div>
<div id="testContainer"></div>
<div id="demo"></div>
<script src="svg-embedded-sizing.js"></script>
<script>testPlaceholderWithHeight("img", '100px')</script>
</body>
</html>