mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
8 lines
185 B
HTML
8 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>This tests that text nodes that have a flexbox as a parent are wrapped in
|
|
anonymous blocks.</p>
|
|
<div>This text should be visible.</div>
|
|
</body>
|
|
</html>
|