Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / implsidepainting / inspector / tracing / paint-command-log-nodes.html
index a8c3b1d..41f0c80 100644 (file)
@@ -21,10 +21,11 @@ function test()
 
     InspectorTest.invokeWithTracing("doActions", onTracingComplete, "disabled-by-default-blink.graphics_context_annotations");
 
+
     var inFlightPictures = 0;
     function onTracingComplete()
     {
-        var events = InspectorTest.tracingTimelineModel.inspectedTargetEvents();
+        var events = InspectorTest.tracingTimelineModel().inspectedTargetEvents();
         for (var i = 0; i < events.length; ++i) {
             var event = events[i];
             if (event.name !== WebInspector.TracingTimelineModel.RecordType.Paint)
@@ -91,7 +92,7 @@ function test()
 <p>
 Tests snapshot command log for trace-based Timeline paint event
 </p>
-<div id="a" style="visibility:hidden; -webkit-transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
+<div id="a" style="visibility:hidden; transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
     <div id="b" style="width:50px; height:50px; background-color:red;"></div>
     <img id="c" src="../timeline/resources/test.png">
     <svg id="d">