OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 </style> | 4 </style> |
5 <script src="../../../../http/tests/inspector/inspector-test.js"></script> | 5 <script src="../../../../http/tests/inspector/inspector-test.js"></script> |
6 <script src="../../../../http/tests/inspector/timeline-test.js"></script> | 6 <script src="../../../../http/tests/inspector/timeline-test.js"></script> |
7 <script src="../../../../inspector/tracing-test.js"></script> | 7 <script src="../../../../inspector/tracing-test.js"></script> |
8 <script> | 8 <script> |
9 | 9 |
10 function doActions(callback) | 10 function doActions(callback) |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 | 85 |
86 } | 86 } |
87 | 87 |
88 </script> | 88 </script> |
89 </head> | 89 </head> |
90 | 90 |
91 <body onload="runTestAfterDisplay()"> | 91 <body onload="runTestAfterDisplay()"> |
92 <p> | 92 <p> |
93 Tests snapshot command log for trace-based Timeline paint event | 93 Tests snapshot command log for trace-based Timeline paint event |
94 </p> | 94 </p> |
95 <div id="a" style="visibility:hidden; -webkit-transform: translateZ(0px); backgr
ound-color:blue; width:100px; height:100px;"> | 95 <div id="a" style="visibility:hidden; transform: translateZ(0px); background-col
or:blue; width:100px; height:100px;"> |
96 <div id="b" style="width:50px; height:50px; background-color:red;"></div> | 96 <div id="b" style="width:50px; height:50px; background-color:red;"></div> |
97 <img id="c" src="../timeline/resources/test.png"> | 97 <img id="c" src="../timeline/resources/test.png"> |
98 <svg id="d"> | 98 <svg id="d"> |
99 <rect id="e" x="0" y="0" width="10" height="10" style="opacity:0.5"/> | 99 <rect id="e" x="0" y="0" width="10" height="10" style="opacity:0.5"/> |
100 </svg> | 100 </svg> |
101 </div> | 101 </div> |
102 </body> | 102 </body> |
103 </html> | 103 </html> |
OLD | NEW |