| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../http/tests/inspector/elements-test.js"></script> | 4 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 5 <script src="../../http/tests/inspector/timeline-test.js"></script> | 5 <script src="../../../http/tests/inspector/timeline-test.js"></script> |
| 6 <style> | 6 <style> |
| 7 .relayout-boundary { | 7 .relayout-boundary { |
| 8 overflow: hidden; | 8 overflow: hidden; |
| 9 width: 100px; | 9 width: 100px; |
| 10 height: 100px; | 10 height: 100px; |
| 11 } | 11 } |
| 12 </style> | 12 </style> |
| 13 <script> | 13 <script> |
| 14 | 14 |
| 15 function performActions() | 15 function performActions() |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 Tests the Timeline API instrumentation of a Layout event | 69 Tests the Timeline API instrumentation of a Layout event |
| 70 </p> | 70 </p> |
| 71 <div id="boundary" class="relayout-boundary"> | 71 <div id="boundary" class="relayout-boundary"> |
| 72 <div> | 72 <div> |
| 73 <div id="invalidate1"><div>text</div></div> | 73 <div id="invalidate1"><div>text</div></div> |
| 74 </div> | 74 </div> |
| 75 </div> | 75 </div> |
| 76 | 76 |
| 77 </body> | 77 </body> |
| 78 </html> | 78 </html> |
| OLD | NEW |