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/execCommand/insertHTML.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/execCommand/insertHTML.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html b/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
index dbb0ed5885663e91d5a54844dc569a93109ecebd..56d1c61460d41538001aa53086ded27882438ecd 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html
@@ -29,7 +29,7 @@ function editingTest() {
<body>
<p>This is a test of execCommand(insertHTML, ...). The contents of the editable div below should be the same before and after the test.</p>
-<div id="test" contenteditable="true">hello<table style="display:inline" border=1><tr><td>1</td><td>2</td></tr></table><b>world</b>!</div>
+<div id="test" contenteditable="true">hello<table style="display:inline-table" border=1><tr><td>1</td><td>2</td></tr></table><b>world</b>!</div>
<ul id="console"></ul>
<script>
runEditingTest();

Powered by Google App Engine
This is Rietveld 408576698