servo/tests/wpt/web-platform-tests/css/css-pseudo/first-letter-opacity-float-001-ref.html

6 lines
220 B
HTML

<!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>