mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9
This commit is contained in:
parent
7de87c487b
commit
4d3c932c47
648 changed files with 9014 additions and 4821 deletions
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Test: CSS Tables fixup merge anonymous table siblings (cell + cell)</title>
|
||||
<link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#fixup-algorithm">
|
||||
<style>
|
||||
.cell {
|
||||
display: table-cell;
|
||||
width: 50px;
|
||||
height: 100px;
|
||||
background-color: green;
|
||||
}
|
||||
</style>
|
||||
<p>Test passes if there is a filled green square.</p>
|
||||
<div>
|
||||
<span class="cell"></span>
|
||||
<span id="rm">Remove me</span>
|
||||
<span class="cell"></span>
|
||||
</div>
|
||||
<script>
|
||||
rm.offsetTop;
|
||||
rm.remove();
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue