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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/display-expected.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-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..4f2d489778b192aaee2056526b4a759680d33896 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 { display: block; }
rune 2017/02/08 22:28:17 I did some brief testing and this is not what Geck
</style>
<img id="t1" src="../../css2.1/support/1x1-transparent.png">
<img id="t2" src="../../css2.1/support/1x1-transparent.png">
@@ -24,3 +25,4 @@ img {
&nbsp;
<img id="t6" src="../../css2.1/support/1x1-transparent.png">
</div>
+<img id="t7" src="../../css2.1/support/1x1-transparent.png">

Powered by Google App Engine
This is Rietveld 408576698