Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / empty-first-line-crash.html
blobfff6ce1f2a3f8e483ecbfc051f005ba65527809d
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <style>
7 *:empty:first-line { background: red; }
8 </style>
9 <div>
10 Tests that the :empty pseudo-class doesn't cause a crash when the empty status changes during parsing.
11 <button autofocus></button>
12 </div>