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

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

Issue 2684833003: Disable display: contents in SVG. (Closed)
Patch Set: Make display: contents compute to inline in SVG subtrees. 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/css/display-computed.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..985d8ec39d77c0da768512c5f3133b5a534ef5ad 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, #t8 { display: contents; }
</style>
<svg id="t1"></svg>
<svg id="t2"></svg>
@@ -24,3 +25,5 @@ svg {
&nbsp;
<svg id="t6"></svg>
</div>
+<svg id="t7"></svg>
+Inline content <svg id="t8"></svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/css/display-computed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698