summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/reftest/iframe-zoomed.html
blob: d3d5d914bac76461adedabf2386cabc885091ab5 (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
<!DOCTYPE html>
<html reftest-resolution="1.5">
<style>
div {
  margin-left: 100px;
  margin-top: 100px;
  width: 400px;
  height: 400px;
  border: 2px blue solid;
}
iframe {
  width: 350px;
  height: 350px;
  border: 2px black solid;
}
</style>
<div>
<!--
  this data:text/html is generated from single-lined version of
  iframe-zoomed-child.html by encodeURIComponent().
  -->
<iframe src="data:text/html,%3Cstyle%3Ediv%20%7Bposition%3A%20absolute%3Bbackground-color%3A%20green%3Bwidth%3A%2010px%3Bheight%3A%2010px%3B%7D%3C%2Fstyle%3E%3Cdiv%20style%3D%22top%3A%200%3B%20left%3A%200%3B%22%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%22top%3A%200%3B%20right%3A%200%3B%22%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%22bottom%3A%200%3B%20right%3A%200%3B%22%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%22bottom%3A%200%3B%20left%3A%200%3B%22%3E%3C%2Fdiv%3E">
</iframe>
</div>
</html>