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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/inline-table.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/editing/selection/inline-table.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/inline-table.html b/third_party/WebKit/LayoutTests/editing/selection/inline-table.html
index 67212d56c5412ad07b904557ef23f3eb6ef3c8eb..3572289b7bfe321d8df52b72f19574154ade54c5 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/inline-table.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/inline-table.html
@@ -22,7 +22,7 @@ function editingTest() {
<p>This tests caret movement through an inline table. There should be visual positions before and after the inline table, as if it were an image. The caret shouldn't skip across the table, but should enter it (unless we later decide that we don't want this behavior).</p>
<div contenteditable id="root" class="editing">
<div id="test">
-Inline Table:<TABLE border="1" style="display: inline">
+Inline Table:<TABLE border="1" style="display: inline-table">
<TBODY><TR><TD>One</TD><TD>Two</TD><TD>Three</TD></TR><TR><TD>Four</TD><TD>Five</TD><TD>Six</TD></TR><TR><TD>Seven</TD><TD>Eight</TD><TD>Nine</TD></TR></TBODY></TABLE>The End...
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698