mirror of
https://github.com/servo/servo.git
synced 2025-08-31 18:18:21 +01:00
Update web-platform-tests to revision 2b7dace05fc1869398ee24f84fda4c0e4c0455ae
This commit is contained in:
parent
b23125d590
commit
6c901de216
844 changed files with 19802 additions and 3093 deletions
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="match" href="vertical-align-nested-top-001-ref.html">
|
||||
<link rel="help" href="https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align" />
|
||||
<link rel="author" href="kojii@chromium.org">
|
||||
<style>
|
||||
body {
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.hb {
|
||||
font-size: 12px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.g2 {
|
||||
vertical-align: top;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<span class="hb">X<span class="g2">X</span></span>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue