mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
13 lines
380 B
HTML
13 lines
380 B
HTML
<!DOCTYPE HTML>
|
|
<title>CSS Test Reference</title>
|
|
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
|
|
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
|
|
<meta name="flags" content="">
|
|
<style>
|
|
/* spec ambiguous whether font-size-adjust influences line-height: normal */
|
|
body { line-height: 1.2 }
|
|
</style>
|
|
|
|
<p>before</p>
|
|
<p> </p>
|
|
<p>after</p>
|