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