OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <style type="text/css" media="screen"> | 5 <style type="text/css" media="screen"> |
6 span { | 6 span { |
7 position: relative; | 7 position: relative; |
8 padding: 10px; | 8 padding: 10px; |
9 } | 9 } |
10 | 10 |
(...skipping 20 matching lines...) Expand all Loading... |
31 window.addEventListener('load', doTest, false); | 31 window.addEventListener('load', doTest, false); |
32 </script> | 32 </script> |
33 </head> | 33 </head> |
34 <body> | 34 <body> |
35 | 35 |
36 <p>This should not assert in debug builds.</p> | 36 <p>This should not assert in debug builds.</p> |
37 <div class="composited"></div> | 37 <div class="composited"></div> |
38 <span id="test">test</span> | 38 <span id="test">test</span> |
39 </body> | 39 </body> |
40 </html> | 40 </html> |
OLD | NEW |