mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision eb12303bec1d47bbe91ebf011d17d81ec6fce68d
This commit is contained in:
parent
6ca767d7f9
commit
916ba6ef4d
467 changed files with 6716 additions and 1478 deletions
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Flexbox: anonymous block</title>
|
||||
<html>
|
||||
<link href="support/flexbox.css" rel="stylesheet">
|
||||
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-items">
|
||||
<link rel="match" href="reference/anonymous-block-ref.html">
|
||||
<body>
|
||||
<p>This tests that text nodes that have a flexbox as a parent are wrapped in
|
||||
anonymous blocks.</p>
|
||||
<div class="flexbox">This text should be visible.</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue