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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html

Issue 1607703003: Don't force display:inline-table/table on table elements when in quirks mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/fast/dom/inner-text-001.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html b/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
index b8ee2fbad803402b8004339fcb78a469c777b6f9..20d430c012721f5eaad5530116ce46899cfc9461 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html
@@ -35,9 +35,9 @@ Block flow elements get line breaks before and after. Table cells are tab separ
<br>
Right <h4 style="display:inline">here</h4> is an inline block.
<br>
-And an <table border=1 style="display:inline"><td>inline</td><td>table</td><td>with</td><td>one</td><td>row</td></table> is here, too.
+And an <table border=1 style="display:inline-table"><td>inline</td><td>table</td><td>with</td><td>one</td><td>row</td></table> is here, too.
<br>
-And an <table border=1 style="display:inline"><tr><td>inline</td><td>table</td></tr><tr><td>with</td><td>rows</td></tr></table> not far behind.
+And an <table border=1 style="display:inline-table"><tr><td>inline</td><td>table</td></tr><tr><td>with</td><td>rows</td></tr></table> not far behind.
<h3>Check collapsed margins</h3>
Collapsed margins are supposed to result in an extra line break.
<h4 class="colored">First header</h4>

Powered by Google App Engine
This is Rietveld 408576698