Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / window-onerror-05.html
blobf65aa22fe598efe0f7266e761ae1c5e1af757a51
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.isOnErrorTest = true;
6 </script>
7 <script src="../../resources/js-test.js"></script>
8 <script src="resources/onerror-test.js"></script>
9 </head>
10 <body>
11 <script>
12 dumpOnErrorArgumentValuesAndReturn(true);
13 </script>
14 <script>
15 a) // This syntax error is intentional.
16 </script>
17 </body>
18 </html>