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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/table-caret-3.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/table-caret-3.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/table-caret-3.html b/third_party/WebKit/LayoutTests/editing/selection/table-caret-3.html
index 5f74c8879e896cf1afa14085234941388a00e3ba..6de56d8367c1d32a1976a7c725949b69f940298c 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/table-caret-3.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/table-caret-3.html
@@ -10,7 +10,7 @@ table, td {
<p>This tests the caret position for the caret after an inline table.</p>
-<div contenteditable="true">foo<table style="display:inline" id="test"><tr><td>this</td></tr><tr><td>is</td></tr><tr><td>a table</td></tr></table>baz</div>
+<div contenteditable="true">foo<table style="display:inline-table" id="test"><tr><td>this</td></tr><tr><td>is</td></tr><tr><td>a table</td></tr></table>baz</div>
<script>
var s = window.getSelection();

Powered by Google App Engine
This is Rietveld 408576698