Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / pseudo-elements.html
index f7e861a..79834c4 100644 (file)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <style>
-#inspected:before {
+#inspected:before, .some-other-selector {
   content: "BEFORE";
 }
 
@@ -56,7 +56,6 @@ InspectorTest.waitForPseudoIdNodeStyles = function(idValue, pseudoType, callback
 
 InspectorTest.selectPseudoIdNodeAndWaitForStyles = function(idValue, pseudoType, callback)
 {
-    WebInspector.inspectorView.showPanel("elements");
     callback = InspectorTest.safeWrap(callback);
 
     var targetNode;