summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-line-opacity-001-ref.html
blob: b4f4ddc185fc5e958f1934a0a1e948eee29e8057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Reference: ::first-line supports opacity.</title>
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1639664">
<link rel="mismatch" href="first-line-opacity-001-not-ref.html">
  <style>
    fl {
      opacity: 0;
    }
  </style>
</head>
<body>
  <p><fl>First</fl><br>Second</p>
</body>
</html>