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-inline-sizing/svg-inline.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>SVG sizing: inline</title>
<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;
}
</style>
</head>
<body>
<div id="log"></div>
<div id="testContainer"></div>
<div id="demo"></div>
<script src="svg-inline.js"></script>
</body>
</html>