Index: LayoutTests/inspector-protocol/css/css-set-effective-property-value.html |
diff --git a/LayoutTests/inspector-protocol/css/css-set-effective-property-value.html b/LayoutTests/inspector-protocol/css/css-set-effective-property-value.html |
index 2201865b3ae4eb5deefd97d07a4276ffe04e8ba4..1473050e799ab83d4cc1cc15ac666c2ff2540c4e 100644 |
--- a/LayoutTests/inspector-protocol/css/css-set-effective-property-value.html |
+++ b/LayoutTests/inspector-protocol/css/css-set-effective-property-value.html |
@@ -73,16 +73,6 @@ function test() |
updateProperty("margin-bottom", "101px", dumpUndoAndNext(next)); |
}, |
- function testChangeCSSOMEDProperty(next) |
- { |
- InspectorTest.evaluateInInspectedPage("document.styleSheets[0].cssRules[0].style.marginBottom = \"10px\"", onEvaluate); |
- |
- function onEvaluate() |
- { |
- updateProperty("margin-bottom", "101px", dumpUndoAndNext(next)); |
- } |
- }, |
- |
function testAppendWithSeparator(next) |
{ |