Chromium Code Reviews| Index: LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html |
| diff --git a/LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html b/LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..55766e48915cdcc31b7f56f78367de2c7e266250 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html |
| @@ -0,0 +1,6 @@ |
| +<script> |
| +function start(){ |
| +document.body.appendChild(window.top.div); |
| +} |
| +</script> |
| +<body onload="start()"> |