Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-filter-level-test.html
index 9931cfc..fa05464 100644 (file)
@@ -24,11 +24,9 @@ function onload()
 
 function test()
 {
-    var messagesElement = WebInspector.ConsolePanel._view().messagesElement;
-
     function dumpVisibleMessages()
     {
-        var children = WebInspector.ConsolePanel._view().topGroup.element.childNodes[0].childNodes;
+        var children = WebInspector.ConsolePanel._view()._messagesContainer.childNodes;
 
         for (var i = 0; i < children.length; i++)
             InspectorTest.addResult(">" + children[i].textContent);