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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/display-expected.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
Index: third_party/WebKit/LayoutTests/svg/css/display-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/css/display-expected.html b/third_party/WebKit/LayoutTests/svg/css/display-expected.html
index 3fa5645a500976af51724e8efa61855b3f543bae..67a8e4fbd8b904b9f61e8d7a7b82121916e2a0de 100644
--- a/third_party/WebKit/LayoutTests/svg/css/display-expected.html
+++ b/third_party/WebKit/LayoutTests/svg/css/display-expected.html
@@ -14,6 +14,7 @@ img {
#t4 { display: inline-table; }
#t5 { display: table; }
#t6 { display: table-cell; }
+#t7, #t8 { display: inline; }
</style>
<img id="t1" src="../../css2.1/support/1x1-transparent.png">
<img id="t2" src="../../css2.1/support/1x1-transparent.png">
@@ -24,3 +25,5 @@ img {
&nbsp;
<img id="t6" src="../../css2.1/support/1x1-transparent.png">
</div>
+<img id="t7" src="../../css2.1/support/1x1-transparent.png">
+Inline content <img id="t8" src="../../css2.1/support/1x1-transparent.png">

Powered by Google App Engine
This is Rietveld 408576698