summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-line-input-image-crash.html
blob: 66bd0330f0808bd129417733772fedcf643140d7 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>Don't crash when using ::first-line and &lt;input type=image&gt;</title>
<link rel="help" href="https://crbug.com/1486128">
<style>
  * { display:initial; }
  *::first-line { color:green; }
</style>
<div>PASS if no crash</div>
<input type="image">