Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="resources/text-based-repaint.js"></script> | 4 <script src="resources/text-based-repaint.js"></script> |
| 5 <style> | 5 <style> |
| 6 #menu { | 6 #menu { |
| 7 float: left; | 7 float: left; |
| 8 position: relative; | 8 position: relative; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 52 window.requestAnimationFrame(function() { | 52 window.requestAnimationFrame(function() { |
| 53 submenu.style.top = "50px"; | 53 submenu.style.top = "50px"; |
| 54 window.requestAnimationFrame(function() { | 54 window.requestAnimationFrame(function() { |
| 55 runRepaintTest(); | 55 runRepaintTest(); |
| 56 }); | 56 }); |
| 57 }); | 57 }); |
| 58 </script> | 58 </script> |
| 59 | 59 |
| 60 </body> | 60 </body> |
| 61 </html> | 61 </html> |
| OLD | NEW |