blob: e4b7a0476f39266b81e5a8b0bff2fd323a8cbdcb [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<style>
*:empty:first-line { background: red; }
</style>
<div>
Tests that the :empty pseudo-class doesn't cause a crash when the empty status changes during parsing.
<button autofocus></button>
</div>