mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -0,0 +1,66 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/7655#issuecomment-1248528627">
|
||||
<style>
|
||||
.target {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
justify-items: start;
|
||||
position: relative;
|
||||
writing-mode: vertical-lr;
|
||||
}
|
||||
.target > div, td {
|
||||
background: hotpink;
|
||||
font-size: 20px;
|
||||
line-height: 0;
|
||||
}
|
||||
table { border-spacing: 0; }
|
||||
td { padding: 5px; min-width: 5px; min-height: 5px; }
|
||||
caption {
|
||||
margin: 10px;
|
||||
background: lime;
|
||||
block-size: 20px;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
outline: solid cyan 3px;
|
||||
outline-offset: -3px;
|
||||
}
|
||||
</style>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/resources/check-layout-th.js"></script>
|
||||
<body onload="checkLayout('.target > *')">
|
||||
|
||||
<div class="target" style="align-items: first baseline;">
|
||||
<div data-offset-x="45"><span></span></div>
|
||||
<table data-offset-x="0">
|
||||
<caption>top</caption>
|
||||
<tr style="vertical-align: baseline;">
|
||||
<td style="font-size: 10px;"><span></span><br><span></span></td>
|
||||
<td><span></span><br><span></span></td>
|
||||
</tr>
|
||||
<tr style="vertical-align: baseline;">
|
||||
<td><span></span><br><span></span></td>
|
||||
<td style="font-size: 10px;"><span></span><br><span></span></td>
|
||||
</tr>
|
||||
<caption style="caption-side: bottom;">bottom</caption>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="target" style="align-items: last baseline;">
|
||||
<div data-offset-x="95"><span></span></div>
|
||||
<table data-offset-x="0">
|
||||
<caption>top</caption>
|
||||
<tr style="vertical-align: baseline;">
|
||||
<td style="font-size: 10px;"><span></span><br><span></span></td>
|
||||
<td><span></span><br><span></span></td>
|
||||
</tr>
|
||||
<tr style="vertical-align: baseline;">
|
||||
<td><span></span><br><span></span></td>
|
||||
<td style="font-size: 10px;"><span></span><br><span></span></td>
|
||||
</tr>
|
||||
<caption style="caption-side: bottom;">bottom</caption>
|
||||
</table>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue