Bug 1526560 [wpt PR 15220] - [css-tables] Subpixel cell height test that Chrome fails, a=testonly

Automatic update from web-platform-tests
[css-tables] Subpixel cell height test that Chrome fails

This CL contains a test only, no behavior change.

Bug: 377847
Change-Id: I9740b558bec33c25b4f3725b9a49a3bd72b6676a
Reviewed-on: https://chromium-review.googlesource.com/c/1450896
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628824}

--

wpt-commits: 926b6f3559fc9d3e18457371dcf7bc49261a90c3
wpt-pr: 15220
This commit is contained in:
David Grogan 2019-02-12 14:40:43 +00:00 коммит произвёл moz-wptsync-bot
Родитель 3d7da4dfcf
Коммит a0d78f9942
2 изменённых файлов: 63 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,18 @@
<!DOCTYPE html>
<style>
div {
border: 1px solid blue;
width: 120px;
height: 37.4px;
}
</style>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>

Просмотреть файл

@ -0,0 +1,45 @@
<!DOCTYPE html>
<link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-values-3/#calc-notation">
<link rel="match" href="subpixel-table-cell-height-001-ref.html">
<meta name="flags" content="" />
<meta name="assert" content="When a cell has a specified calc height and a block box has the same specified calc height, their actual heights should match." />
<style>
td {
border: 1px solid blue;
width: 120px;
height: 37.4px;
padding: 0px;
}
</style>
<table style="border-spacing:0;">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>