mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
22 lines
No EOL
488 B
HTML
22 lines
No EOL
488 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Regions region-fragment-break-1 reference</title>
|
|
<link href="mailto:andhall@adobe.com" rel="author" title="Andy Hall">
|
|
<link href="mailto:stearns@adobe.com" rel="reviewer" title="Alan Stearns">
|
|
|
|
<style>
|
|
.box {
|
|
width: 100px;
|
|
height: 200px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Test passes if you see a green rectangle and no red.
|
|
</p>
|
|
<div class="box"></div>
|
|
|
|
|
|
</body></html> |