forked from mirrors/gecko-dev
Automatic update from web-platform-tests [css-tables] Subpixel tests that Chrome fails but Safari, FF, Edge pass This CL contains tests only, no behavior change. Bug: 377847 Change-Id: I5782e3195094700a9cb992ef2ab9e353ddf048db Reviewed-on: https://chromium-review.googlesource.com/c/1444391 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#627533} -- wpt-commits: 18a1fc0a5f95e08dae436d652c9953f2277dfd8e wpt-pr: 15142
18 lines
287 B
HTML
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>
|