blob: 620f5eb9a4f56c3b44519e10942b714c0fc82c37 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we layout both subtrees when they change the same time with selection on.</title>
</head>
<body>
<div>
<svg height="30" width="200">
<text id=first x="0" y="15">second</text>
</svg>
</div>
<div>
<svg height="30" width="200">
<text id=second x="0" y="15">first</text>
</svg>
</div>
</body>
</html>