Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / inspector / timeline-layout.html
blob822f2d8dc6464cffac0a0e3e31bd7dfa17e78b60
1 <html>
2 <head>
3 <script src="inspector-test.js"></script>
4 <script src="timeline-test.js"></script>
5 <script>
7 function performActions()
9 var element = document.createElement("div");
10 element.innerHTML = "Test data";
11 document.body.appendChild(element);
14 function doit()
16 printTimelineRecords(performActions, "Layout");
19 </script>
20 </head>
22 <body onload="onload()">
23 <p>
24 Tests the Timeline API instrumentation of a Layout event
25 </p>
27 </body>
28 </html>