Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: LayoutTests/inspector-protocol/css/css-set-effective-property-value.html

Issue 1310923003: Devtools [LayoutEditor]: Patch values in the selected rule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@medias
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698