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

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

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
Index: LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt b/LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt
index a84075a6a2ec85a24084f60c8500b289e214cef7..5ab082e904797d1e8366f60a763fbc57844c1c50 100644
--- a/LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt
+++ b/LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt
@@ -164,31 +164,6 @@ Running test: testChangeMissingProperty
margin-top: 15px !important;
}
-Running test: testChangeCSSOMEDProperty
-{
- padding-top: 55px;
- margin-top: 33px !important;
- margin-bottom: 101px;
-}
-*#inspected* { regular readonly
- margin-left: 10px;
- margin-bottom: 10px;
-}
-*#inspected* { regular
- padding: 10px 20px 30px 40px;
- padding-top: 50px;
- padding-right: 20px;
- padding-bottom: 30px;
- padding-left: 40px;
-}
-@media (min-width: 1px)
- *#inspected* { regular
- padding-left: 5px;
- margin-left: 20px;
- padding-left: 10px;
- margin-top: 15px !important;
- }
-
Running test: testAppendWithSeparator
Dumping inline style:
{
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-set-effective-property-value.html ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698