OLD | NEW |
---|---|
(Empty) | |
1 <sky> | |
2 <import src="../resources/dump-as-render-tree.sky"/> | |
3 <iframe id="removeMe" src="text.sky">Should not render</iframe> | |
4 <p>This is an <iframe style="border-style: solid; border-width: 20px" src="a barth.sky">iframe</iframe> element.</p> | |
5 <p style="height: 200px">Placeholder.</p> | |
6 <p>Small iframe should render <iframe style="height: 40px" src="abarth.sky"> iframe</iframe> correctly.</p> | |
7 | |
8 <script> | |
9 import "dart:sky"; | |
10 | |
11 void main() { | |
12 document.getElementById("removeMe").remove(); | |
13 } | |
14 </script> | |
15 </sky> | |
OLD | NEW |