1
0
Fork 0
firefox/testing/web-platform/tests/css/css-tables/subpixel-table-width-001-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
287 B
HTML

<!DOCTYPE html>
<style>
.parent div {
background: #aaa;
width: 100%;
height: 100px;
}
</style>
There should be two grey ~squares with no red showing.
<div class="parent" style="width:100.2px">
<div></div>
</div>
<div class="parent" style="width:100.8px">
<div></div>
</div>