<!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> |