Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / iframe-invalid-domain-change.html
blob55b63164024e321695984b55a240d6ac13283017
1 <body>
2 Some text here.
3 <script>
4 // Should not change the domain.
5 try {
6 document.domain = 'apple.com';
7 } catch (e) {
10 </script>
11 </body>