mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
314 B
HTML
9 lines
314 B
HTML
<title>Testcase, bug 467084</title>
|
|
<style>
|
|
html { background: white; }
|
|
@font-face { font-family: "AcidAhemTest"; src: url(../fonts/Ahem.ttf); }
|
|
body { background: blue; height: 100px; width: 100px; padding: 5px; }
|
|
span { color: transparent; background: aqua; font: 100px/1 AcidAhemTest; }
|
|
</style>
|
|
<span>X</span>
|