aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/ref/background_external_stylesheet.html
blob: 791bfa41c87f4ccd4178d8a71ce8ae7b4388c42c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="subdirectory/background_image.css">
</head>
<body>
<div class="test" style="width:200px; height:200px;"></div>
</body>
</html>