mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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,12 @@
|
|||
<!DOCTYPE html>
|
||||
<table>
|
||||
<caption id="target"></caption>
|
||||
<td>
|
||||
<div style="display: inline-block; height: 10%;"></div>
|
||||
</td>
|
||||
<td style="vertical-align: baseline;"></td>
|
||||
</table>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
document.getElementById('target').style.height = '100px';
|
||||
</script>
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1326276">
|
||||
<table cellspacing="1">
|
||||
<caption style="border-bottom:1234567890px solid;"></caption>
|
||||
<colgroup style="width:1px;"></colgroup>
|
||||
<tbody></tbody>
|
||||
</table>
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1294634">
|
||||
<table border style="border-collapse: collapse; width: 100000000px;">
|
||||
<col width="100000000px"></col>
|
||||
<col width="100000000px"></col>
|
||||
<col width="100000000px"></col>
|
||||
<td></td>
|
||||
<td style="border: solid 1px; border-left-width: 5px;" colspan="2">
|
||||
<div style="overflow: hidden; width: 100px;"></div>
|
||||
</td>
|
||||
</table>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1289408">
|
||||
<div style="display:table; border-collapse:collapse;">
|
||||
<div style="display:table-row-group; border:solid; background:pink;">
|
||||
<div style="display:table-row; border:solid; background:pink;">
|
||||
<div style="position:relative;">
|
||||
<div id="elm" style="top:0; position:absolute;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
elm.style.top = "10px";
|
||||
</script>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="display: flex;">
|
||||
<button>
|
||||
<div style="float: left; padding-top: 2147483648em;"></div>
|
||||
</button>
|
||||
<table>
|
||||
<caption style="display: flex;">
|
||||
text<br>text
|
||||
</caption>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1349181">
|
||||
<div style="display: table; border-collapse: collapse; table-layout: fixed; width: min-content;">
|
||||
<div style="display: table-cell; width: 100%; writing-mode: vertical-rl; border-left: 100px solid green;"></div>
|
||||
</div>
|
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<link rel="help" href="https://crbug.com/1338779">
|
||||
<table id="table">
|
||||
<td>
|
||||
<span id="span1"></span>
|
||||
<div id="div">
|
||||
<span id="span2"></span>
|
||||
</div>
|
||||
</td>
|
||||
</table>
|
||||
<script>
|
||||
document.body.offsetLeft;
|
||||
div.style.color = "green";
|
||||
table.style.display = "table-column";
|
||||
span2.replaceWith(span1);
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue