mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision 6366ae15c2bc2314adca4321357c68bb468fec98
This commit is contained in:
parent
e47e884cc7
commit
6b740f0283
328 changed files with 3757 additions and 591 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<link href="../support/flexbox.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
.flexbox {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class='flexbox'>
|
||||
<!-- flex item: block child -->
|
||||
<div>block</div>
|
||||
<!-- flex item: anonymous block box around inline content -->
|
||||
anonymous item 2
|
||||
<!-- flex item: inline child -->
|
||||
<span>item 3</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue