mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 1abcb7058ecdaabd5fe9c27c90a73795d31d2a0a
This commit is contained in:
parent
5bdea7dc1c
commit
c930649cd6
53 changed files with 413 additions and 851 deletions
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-multicol/#filling-columns">
|
||||
<div id="multicol" style="columns:2; line-height:100px;">
|
||||
<div style="display:table-row; height:4.9999px;"></div>
|
||||
<div style="display:table-row;">
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
test(()=> {
|
||||
assert_equals(multicol.getBoundingClientRect().height, 100);
|
||||
}, "If we have room for the line, we have room for all we need");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue