summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/reftest-no-flush-ref.html
blob: 6cc270a5705d7d49bd19bbe39cde1943724505df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<style>
html {
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
}
#target {
  width: 100px;
  height: 100px;
  position: absolute;
  transform: translateX(100px);
  background-color: green;
}
</style>
<div id="target"></div>
</html>