mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
16 lines
196 B
HTML
16 lines
196 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>background: none test</title>
|
|
<style>
|
|
#a {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=a>Background: none test</div>
|
|
</body>
|
|
</html>
|
|
|