Skip to content

Commit

Permalink
Use /fonts/ahem.css to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and chromium-wpt-export-bot committed Sep 25, 2019
1 parent 2805a5a commit 7b3ea48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/css-color/opacity-overlapping-letters-ref.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<link rel="stylesheet" href="/fonts/ahem.css">
<meta name="flags" content="ahem">
<div style="opacity: 0.5; letter-spacing: -0.6em; font: 100px/1 Ahem; white-space: pre">X X X</div>
1 change: 1 addition & 0 deletions css/css-color/opacity-overlapping-letters.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<link rel="help" href="http://www.w3.org/TR/css3-color/#transparency">
<link rel="match" href="opacity-overlapping-letters-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<meta name="flags" content="ahem">
<meta name="assert" content="Opacity should be apply on the whole text content atomically.">
<div style="opacity: 0.5; letter-spacing: -0.6em; font: 100px/1 Ahem">XXXXX</div>

0 comments on commit 7b3ea48

Please sign in to comment.