mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
20 lines
676 B
HTML
20 lines
676 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>CSS Test: Background clip and border painting order</title>
|
|
<link href="mailto:jchaffraix@webkit.org" rel="author" title="Julien Chaffraix">
|
|
<link href="mailto:arronei@microsoft.com" rel="reviewer" title="Arron Eicholz"> <!-- 2012-10-27 -->
|
|
<meta content="" name="flags">
|
|
<style>
|
|
div
|
|
{
|
|
height: 100px;
|
|
width: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if there is a green rectangle below and no red visible on the page.</p>
|
|
<div></div>
|
|
|
|
</body></html> |