summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/883568-1-ref.html
blob: 2674573ccb0810becc476aeee48ecb1e54973e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<style>
#testDiv1 {
  width: 500px;
  height: 100px;
}
</style>
</head>
<body>
<div id="testDiv1" style="background:yellow;"></div>
</body>
</html>