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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/display.html

Issue 2684833003: Disable display: contents in SVG. (Closed)
Patch Set: Disable display: contents in SVG. Created 3 years, 10 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/svg/css/display.html
diff --git a/third_party/WebKit/LayoutTests/svg/css/display.html b/third_party/WebKit/LayoutTests/svg/css/display.html
index 651f96e183072ee31f233a4d4ea1bd2c56af9de6..e76eec27482229dcc164c9e740b8842396a0111c 100644
--- a/third_party/WebKit/LayoutTests/svg/css/display.html
+++ b/third_party/WebKit/LayoutTests/svg/css/display.html
@@ -14,6 +14,7 @@ svg {
#t4 { display: inline-table; }
#t5 { display: table; }
#t6 { display: table-cell; }
+#t7 { display: contents; }
</style>
<svg id="t1"></svg>
<svg id="t2"></svg>
@@ -24,3 +25,4 @@ svg {
&nbsp;
<svg id="t6"></svg>
</div>
+<svg id="t7"></svg>

Powered by Google App Engine
This is Rietveld 408576698