Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-format-style-whitelist.html
index 6aa36d4..ef0b0ce 100644 (file)
@@ -17,9 +17,13 @@ function onload()
 
 function test()
 {
-    InspectorTest.expandConsoleMessages();
-    InspectorTest.dumpConsoleMessagesWithStyles();
-    InspectorTest.completeTest();
+    InspectorTest.expandConsoleMessages(onExpanded);
+
+    function onExpanded()
+    {
+        InspectorTest.dumpConsoleMessagesWithStyles();
+        InspectorTest.completeTest();
+    }
 }
 </script>
 </head>