Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLScriptElement/resources/adopt-node-frame.html |
| diff --git a/LayoutTests/fast/dom/HTMLScriptElement/resources/adopt-node-frame.html b/LayoutTests/fast/dom/HTMLScriptElement/resources/adopt-node-frame.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bd0615f51b6481360c07966d9ea8203870457f49 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/HTMLScriptElement/resources/adopt-node-frame.html |
| @@ -0,0 +1,7 @@ |
| +<body> |
| +<script src=no-nothing.html></script> |
|
esprehn
2014/04/28 18:18:45
do-nothing.js? You have that file, but it seems yo
Hajime Morrita
2014/04/28 18:52:53
Oops :-( Done.
|
| +<script> |
| +window.top.done(document); |
| +</script> |
| +</body> |
| +</html> |
|
esprehn
2014/04/28 18:18:45
Remove </html> unless you need it.
Hajime Morrita
2014/04/28 18:52:53
Done.
|