mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision 687b6cba3385c4c2ca85f44fe072961e651621b5
This commit is contained in:
parent
cd579f6746
commit
1a4444a557
45 changed files with 594 additions and 259 deletions
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="columns: 2">
|
||||
<div style="height: 200px; background: blue"></div>
|
||||
<div style="height: 200px"></div>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Multi-column Layout Test: multicol with overflow-clipped positioned content</title>
|
||||
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/">
|
||||
<link rel="match" href="multicol-overflow-clip-positioned-ref.html">
|
||||
<meta name="assert" content="Overflow clip for positioned content should work under multicol.">
|
||||
<div style="columns: 2">
|
||||
<div style="height: 200px; overflow: hidden">
|
||||
<div style="height: 800px; background: blue; position: relative"></div>
|
||||
</div>
|
||||
<div style="height: 200px"></div>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue