blob: 7cb860e9d435d2dc8975a235eaac4578bc7294b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<title>Reference of bug 1298742</title>
<style>
div {
width: 100px;
height: 100px;
background: blue;
transform: translate(0px);
}
</style>
<div></div>
</html>
|