OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 "http://www.w3.org/TR/html4/strict.dtd"> | 2 "http://www.w3.org/TR/html4/strict.dtd"> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8"> |
6 <title>Layer repaint</title> | 6 <title>Layer repaint</title> |
7 <style type="text/css" media="screen"> | 7 <style type="text/css" media="screen"> |
8 body { | 8 body { |
9 margin: 0; | 9 margin: 0; |
10 } | 10 } |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 | 73 |
74 <p>Tests repaint after a layer stops compositing. You should see no red belo
w after the end of the transition.</p> | 74 <p>Tests repaint after a layer stops compositing. You should see no red belo
w after the end of the transition.</p> |
75 <div id="container"> | 75 <div id="container"> |
76 <div id="translate"></div> | 76 <div id="translate"></div> |
77 <div id="widen"></div> | 77 <div id="widen"></div> |
78 </div> | 78 </div> |
79 | 79 |
80 <div id="tester"></div> | 80 <div id="tester"></div> |
81 </body> | 81 </body> |
82 </html> | 82 </html> |
OLD | NEW |