Index: LayoutTests/http/tests/inspector/elements-test.js |
=================================================================== |
--- LayoutTests/http/tests/inspector/elements-test.js (revision 139385) |
+++ LayoutTests/http/tests/inspector/elements-test.js (working copy) |
@@ -177,6 +177,12 @@ |
treeItem.toggleEnabled({ target: { checked: checked }, consume: function() { } }); |
} |
+InspectorTest.toggleMatchedStyleProperty = function(propertyName, checked) |
+{ |
+ var treeItem = InspectorTest.getMatchedStylePropertyTreeItem(propertyName); |
+ treeItem.toggleEnabled({ target: { checked: checked }, consume: function() { } }); |
+} |
+ |
InspectorTest.expandAndDumpSelectedElementEventListeners = function(callback) |
{ |
InspectorTest.expandSelectedElementEventListeners(function() { |