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

Unified Diff: LayoutTests/inspector/elements/styles-2/cssom-shorthand-important-expected.txt

Issue 1308663002: DevTools: simplify WI.CSSProperty and WI.CSSStyleDeclaration interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 5 years, 4 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/elements/styles-2/cssom-shorthand-important-expected.txt
diff --git a/LayoutTests/inspector/elements/styles-2/cssom-shorthand-important-expected.txt b/LayoutTests/inspector/elements/styles-2/cssom-shorthand-important-expected.txt
index dd44c214f75ed4f06a710aa1ff48088588bf6dc7..23643aac30ec4eb26b38422a7e3b690a51ef4ccf 100644
--- a/LayoutTests/inspector/elements/styles-2/cssom-shorthand-important-expected.txt
+++ b/LayoutTests/inspector/elements/styles-2/cssom-shorthand-important-expected.txt
@@ -6,12 +6,12 @@ element.style { ()
[expanded]
#inspected { (<style>…</style>)
+ margin-top: 10px;
padding: 10px 50px !important;
padding-top: 10px;
padding-right: 50px;
padding-bottom: 10px;
padding-left: 50px;
- margin-top: 10px;
[expanded]
div { (user agent stylesheet)

Powered by Google App Engine
This is Rietveld 408576698