mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
20 lines
553 B
HTML
20 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
|
|
<style>
|
|
.region {
|
|
width: 400px;
|
|
height: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if you see horizontal green rectangle and no red.</p>
|
|
|
|
<div class="region">
|
|
<iframe src="../support/3d-filler.html" frameborder="0" class="flow" width="400" height="300"></iframe>
|
|
</div>
|
|
</body>
|
|
</html> |