Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLProgressElement / progress-element-with-child-crash.html
blob868a84d6c7083202aae882c0a2ed52d5306715b7
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <h1>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=48019">Bug 48019</a>. It is OK not to crash.</h1>
10 <progress value=50 max=100>
11 <b>
12 <menu>
13 <select autofocus>
14 </menu>
15 <input>
16 </b>
17 </progress>
18 </body>
19 </html>