Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / style-element-process-crash.html
blobd1ea12d44cd882279e9588c2e01feaeed89a0fc8
1 <!DOCTYPE html>
2 <html>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
9 function crash() {
10 document.body.innerHTML = "PASS. WebKit didn't crash.";
11 testRunner.notifyDone();
13 </script>
14 <object>
15 <input autofocus onfocus="crash()">
16 </object>
17 <style>
18 .abc::first-child {
19 font: 2147483647 small-caps 3507521020px sans-serif;
21 </style>
22 </html>