X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Finspector%2Fprofiler%2Fcanvas2d%2Fcanvas2d-profiler-capturing-basics.html;h=8f35e2abd60ecefa09b6bbe14365f4a89b92432d;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=cf52b70e73def5e8fa4f37db08a99bc644b16580;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html b/src/third_party/WebKit/LayoutTests/inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html index cf52b70..8f35e2a 100644 --- a/src/third_party/WebKit/LayoutTests/inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html +++ b/src/third_party/WebKit/LayoutTests/inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html @@ -271,11 +271,11 @@ function test() InspectorTest.enableCanvasAgent(step1); function step1() { - InspectorTest.evaluateInConsole("createAndRunCanvas2DProgram()", step2); + InspectorTest.evaluateInPage("createAndRunCanvas2DProgram()", step2); } function step2(error) { - InspectorTest.assertEquals("\"SUCCESS\"", error); + InspectorTest.assertEquals("SUCCESS", error.description); InspectorTest.completeTest(); } }