summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-letter-opacity-float-001-ref.html
blob: 38c230045bd0cbec0d94da16b27fd56aa58456a1 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<style>
/* Disable kerning because kerning may differ for different node tree. */
html { font-kerning: none; font-feature-settings: "kern" off; }
</style>
<div><span style="opacity:0.5">P</span>ASS</div>