Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / resources / do-document-write.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script>
5 test(function(){
6
7 }, "The document write and family isn't supported in imports.");
8 </script>
9 </body>
10 </html>