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

Unified Diff: LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt

Issue 1320543002: DevTools: simplify & fix property overload logic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-4/styles-properties-overload-expected.txt
diff --git a/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt b/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d468cb322eda0a4aec2493aaf684f9c9ca2226bf
--- /dev/null
+++ b/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt
@@ -0,0 +1,52 @@
+Verifies that inspector figures out overloaded properties correctly.
+
+Text.
+[expanded]
+element.style { ()
+
+[expanded]
+#inspect { (styles-properti…erload.html:11 -> styles-properties-overload.html:11:1)
+ margin-top: 1px;
+ margin-left: 1px;
+ margin-right: 1px;
+ margin-bottom: 1px;
+ font: 10px Arial;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ font-stretch: normal;
+ font-size: 10px;
+ line-height: normal;
+ font-family: Arial;
+
+[expanded]
+div { (styles-properti…verload.html:6 -> styles-properties-overload.html:6:1)
+/-- overloaded --/ margin: 1px;
+ /-- overloaded --/ margin-top: 1px;
+ /-- overloaded --/ margin-right: 1px;
+ /-- overloaded --/ margin-bottom: 1px;
+ /-- overloaded --/ margin-left: 1px;
+ border: 1px solid black;
+ border-top-color: black;
+ border-top-style: solid;
+ border-top-width: 1px;
+ border-right-color: black;
+ border-right-style: solid;
+ border-right-width: 1px;
+ border-bottom-color: black;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-left-color: black;
+ border-left-style: solid;
+ border-left-width: 1px;
+
+[expanded]
+div { (user agent stylesheet)
+ display: block;
+
+======== Inherited from div.container ========
+[expanded]
+.container { (styles-properti…erload.html:19 -> styles-properties-overload.html:19:1)
+/-- overloaded --/ font-size: 10px;
+
+

Powered by Google App Engine
This is Rietveld 408576698