Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inspector-support / uncaught-dom3-exception.html
blobb975f53e9b6415f7fee0db778eeb255204447a85
1 <html>
2 <head>
3 <script>
5 function onload()
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 document.appendChild(document.createElement('x'));
12 </script>
13 </head>
15 <body onload="onload()">
16 <p>
17 This tests that we are getting the correct message for DOM Exception 3: HIERARCHY_REQUEST_ERR.
18 </p>
20 </body>
21 </html>