summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1121748-2-ref.html
blob: 782bafaf4e6669d30c57786b12862f6bd496962c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<style>
body {
  border: 1px solid gray;
}
img {
  direction: rtl;
}
.statusbar {
  height: 26px;
  background: #eef;
}
#test1 {
  border: 1px solid red;
}
#test2 {
  border: 1px solid green;
}
</style>
</head>
<body onload="test1()">
<div>
 <div class="statusbar">
  <img src="bar" id="test2"><img src="foo" id="test1">
 </div>
</div>