mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 4688078c2cc6e81651b220f3c1944d956f63046b
This commit is contained in:
parent
e7b65c42c4
commit
ce9f8f32f1
53 changed files with 1900 additions and 88 deletions
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE HTML>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain/#containment-size">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=863454">
|
||||
<style>
|
||||
#flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#multicol {
|
||||
columns: 3;
|
||||
min-width: 0;
|
||||
column-gap: 50px;
|
||||
contain:size;
|
||||
height:100px;
|
||||
background:green;
|
||||
}
|
||||
</style>
|
||||
<p>There should be a green square below.</p>
|
||||
<div id="flex">
|
||||
<div id="multicol" data-expected-width="100" data-expected-height="100">
|
||||
<div style="width:1000px; height:1px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/resources/check-layout-th.js"></script>
|
||||
<script>
|
||||
checkLayout("#flex");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue