blob: 1a15a9f2b890dfcfe4a8a59530a75de8a69b9179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|