mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
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
18 lines
210 B
HTML
18 lines
210 B
HTML
<!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>
|