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/styles-computed-trace-expected.txt

Issue 200263003: [CSS Grid Layout] the "grid-template-areas" is not identified as computable property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added layout test case. Created 6 years, 9 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/styles-computed-trace-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt b/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt
index 344eff83102d16c49a43ec69b0ee22dbe0a493d3..9b3f3d054a315075522305d2a1105965c3ae76ae 100644
--- a/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt
+++ b/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt
@@ -72,4 +72,26 @@ button[Attributes Style] { ()
display: none;
+==== Style for ID4 (Grid Layout properties ====
+[expanded]
+display: grid;
+ #id4 - grid styles-computed-trace.html:33
+ /-- overloaded --/ div - block user agent stylesheet
+font-family: Arial;
+ body - Arial styles-computed-trace.html:4
+grid-template-areas: "a";
+ #id4 - "a" styles-computed-trace.html:33
+text-decoration: underline solid rgb(0, 0, 0);
+ div - underline styles-computed-trace.html:9
+text-decoration-color: rgb(0, 0, 0);
+ div - initial styles-computed-trace.html:9
+text-decoration-line: underline;
+ div - underline styles-computed-trace.html:9
+text-decoration-style: solid;
+ div - initial styles-computed-trace.html:9
+
+[expanded]
+element.style { ()
+
+

Powered by Google App Engine
This is Rietveld 408576698