forked from mirrors/gecko-dev
Automatic update from web-platform-tests[PE] Add ToInt() for logical padding top and bottom for LayoutTableCell This reverts the logic for logical top/bottom paddings to be the same as before https://chromium-review.googlesource.com/619603. The logical top/bottom paddings are truncated like what we do for other table layouts. We still keep subpixels for logical left/right paddings to ensure correct logical width calculation. This is still the same as before https://chromium-review.googlesource.com/619603. Bug: 823824 Change-Id: Icb617bf5771d1726f767207853f4adc8275731dc Reviewed-on: https://chromium-review.googlesource.com/974315 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: David Grogan <dgrogan@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#545225} wpt-commits: 4e1bb5100b7de0d9373bccf5fd09e8476801d3cd wpt-pr: 10132 wpt-commits: 4e1bb5100b7de0d9373bccf5fd09e8476801d3cd wpt-pr: 10132
12 lines
323 B
HTML
12 lines
323 B
HTML
<!DOCTYPE html>
|
|
Passes if there is an unbroken rectangular border.
|
|
<style>td { width: 20px; height: 20px; padding: 2px }</style>
|
|
<table style="position: absolute; top: 30.3px; border: 2px solid black; border-collapse: collapse">
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|