Commit 73b58c3b authored by Ian Kilpatrick's avatar Ian Kilpatrick Committed by Commit Bot

[css-tables] Add test for %-height table.

Test-only for fixed bug by NG. No behaviour change.

Bug: 903224
Change-Id: I268ae2b8a49dd84fdb23fe49e2da551d550976c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223002
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Auto-Submit: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773378}
parent 27ecbce2
......@@ -438,6 +438,7 @@ crbug.com/591099 virtual/omt-worker-fetch/external/wpt/service-workers/service-w
virtual/web-components-v0-disabled/* [ Skip ]
crbug.com/591099 external/wpt/css/css-tables/absolute-tables-002.html [ Failure ]
crbug.com/591099 external/wpt/css/css-tables/absolute-tables-007.html [ Failure ]
crbug.com/591099 virtual/scalefactor200/external/wpt/element-timing/observe-text.html [ Failure ]
crbug.com/591099 virtual/scalefactor200withoutzoom/external/wpt/element-timing/css-generated-text.html [ Failure ]
......
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/903224">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="A positioned absolute table should resolve its %-height against its containing block.">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="position:relative; width:100px;">
<div style="position:absolute; display:table; width:100%; height:100%; background:green;"></div>
<div style="height:100px; background:red;"></div>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment