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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/innerText-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/pasteboard/innerText-inline-table.html
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/innerText-inline-table.html b/third_party/WebKit/LayoutTests/editing/pasteboard/innerText-inline-table.html
index 00cba29597938ff52ac33c2f731c9b721a4b88dd..11e9054118e1c2bee59db8e243a5ad76e93a4ab6 100644
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/innerText-inline-table.html
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/innerText-inline-table.html
@@ -4,8 +4,8 @@ if (window.testRunner)
</script>
<div id="explanation">Checks that the text iterator is emitting a space before and after an inline table.</div>
-<div id="test">hello<table style="display:inline"><tr><td>1</td></tr></table>world</div>
-<div id="test2">foo <table style="display:inline"><tr><td>2</td></tr></table> bar</div>
+<div id="test">hello<table style="display:inline-table"><tr><td>1</td></tr></table>world</div>
+<div id="test2">foo <table style="display:inline-table"><tr><td>2</td></tr></table> bar</div>
<ul id="console"></ul>
<script>

Powered by Google App Engine
This is Rietveld 408576698