mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision ddfc95cf0493ae147a4f6a4d7be8eff1a0c23098
This commit is contained in:
parent
1f6a864ab5
commit
7e6290451f
832 changed files with 16026 additions and 2649 deletions
26
tests/wpt/web-platform-tests/css/css-values/lh-unit-002.html
Normal file
26
tests/wpt/web-platform-tests/css/css-values/lh-unit-002.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Values and Units Test: using lh in font-size</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-values-4/#font-relative-lengths">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="assert" content="The lh unit resolves against the parent when used in the font-size property.">
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: red;
|
||||
line-height: 50px;
|
||||
}
|
||||
aside {
|
||||
background: green;
|
||||
height: 1em;
|
||||
line-height: 42px; /* number doesn't matter, as long as it's neither 50 nor 100*/
|
||||
font-size: 2lh;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
|
||||
<div><aside> </aside></div>
|
Loading…
Add table
Add a link
Reference in a new issue