no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / gfx / tests / reftest / 1435143.html
blob3e209f05dd8ca8b3558809b66241c7ba58c3905b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #header {
6 position: fixed;
8 #green {
9 position: absolute;
10 background: green;
11 border-radius: 1px;
12 transform: translateX(100px);
14 #text {
15 visibility: hidden;
17 </style>
18 </head>
20 <body>
21 <div id="header">
22 <div id="green"><span id="text">Text.</span></div>
23 </div>
24 </body>
25 </html>