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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/computed-properties-retain-expanded-expected.txt

Issue 2152313002: DevTools: preserve computed properties expansion on Computed Style re-rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/LayoutTests/inspector/elements/styles-3/computed-properties-retain-expanded-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/computed-properties-retain-expanded-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/computed-properties-retain-expanded-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f25c772c48d7c88437ca5b1e26f72f7034c1dec5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/computed-properties-retain-expanded-expected.txt
@@ -0,0 +1,19 @@
+Verifies that Computed Style preserves property expansion on re-rendering.
+
+Inspected
+Other
+
+#inspected computed styles:
+color: rgb(0, 0, 255);
+display: flex;
+ flex - #inspected computed-proper…xpanded.html:5 -> computed-properties-retain-expanded.html:5:1
+ OVERLOADED block - div computed-proper…panded.html:14 -> computed-properties-retain-expanded.html:14:1
+ OVERLOADED block - div user agent stylesheet
+
+#other computed styles:
+color: rgb(0, 0, 0);
+display: inline;
+ inline - #other computed-proper…panded.html:10 -> computed-properties-retain-expanded.html:10:1
+ OVERLOADED block - div computed-proper…panded.html:14 -> computed-properties-retain-expanded.html:14:1
+ OVERLOADED block - div user agent stylesheet
+

Powered by Google App Engine
This is Rietveld 408576698