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

Unified Diff: LayoutTests/editing/execCommand/format-block-at-root-expected.txt

Issue 59963002: Unable to delete the first and the last characters of a contenteditable div with display: table. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing the nits Created 7 years, 1 month 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
« no previous file with comments | « LayoutTests/editing/deleting/display-table-expected.txt ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/format-block-at-root-expected.txt
diff --git a/LayoutTests/editing/execCommand/format-block-at-root-expected.txt b/LayoutTests/editing/execCommand/format-block-at-root-expected.txt
index 4712089ad80d4ac4374a93dcbfd63c3dec46f8f5..bd83f5fdc38c9cd33b2d3606a2cf8670803712b3 100644
--- a/LayoutTests/editing/execCommand/format-block-at-root-expected.txt
+++ b/LayoutTests/editing/execCommand/format-block-at-root-expected.txt
@@ -1,3 +1,3 @@
* { display: table; }
-Test passes if it does not crash.
-if (window.testRunner) testRunner.dumpAsText(); document.designMode = "on"; range = document.createRange(); range.selectNodeContents(document.body); window.getSelection().addRange(range); document.execCommand("FormatBlock", false, "h1");
+Test passes if it does not crash. 
+if (window.testRunner) testRunner.dumpAsText(); document.designMode = "on"; range = document.createRange(); range.selectNodeContents(document.body); window.getSelection().addRange(range); document.execCommand("FormatBlock", false, "h1"); 
« no previous file with comments | « LayoutTests/editing/deleting/display-table-expected.txt ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698