summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-line-inherited-transition-crash.html
blob: 223a0060ebf9a5f9a564c7ccaef0aa09be663878 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<title>CSS Pseudo-Element Test: Color transition from inherited ::first-line style should not crash</title>
<link rel="help" href="https://crbug.com/1416821">
<style>
  div::first-line { color: red }
  span { transition: color 100s; }
</style>
<div><span>First line</span></div>