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

Side by Side Diff: LayoutTests/platform/chromium-win/editing/execCommand/indent-pre-expected.txt

Issue 14930006: Ctrl+Shift+Right in Windows should select the spacing after the word (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added expectations for chromium-mac for delete-cell-contents-win.html Created 7 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 48: Wrong focus offset: 5 instead of 4
1 CONSOLE MESSAGE: line 44: Wrong node selected. 2 CONSOLE MESSAGE: line 44: Wrong node selected.
2 CONSOLE MESSAGE: line 46: Wrong anchor offset: 8 instead of 0 3 CONSOLE MESSAGE: line 46: Wrong anchor offset: 8 instead of 0
4 CONSOLE MESSAGE: line 48: Wrong focus offset: 5 instead of 4
3 CONSOLE MESSAGE: line 41: Wrong end node type: [object HTMLBRElement] 5 CONSOLE MESSAGE: line 41: Wrong end node type: [object HTMLBRElement]
4 CONSOLE MESSAGE: line 44: Wrong node selected. 6 CONSOLE MESSAGE: line 44: Wrong node selected.
5 | <html> 7 | <html>
6 | <head> 8 | <head>
7 | <body> 9 | <body>
8 | <p> 10 | <p>
9 | "This test tries to indent lines within pre tags. This test passes if i t 11 | "This test tries to indent lines within pre tags. This test passes if i t
10 does not crash." 12 does not crash."
11 | " 13 | "
12 " 14 "
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 execMoveSelectionForwardByLineCommand(); 161 execMoveSelectionForwardByLineCommand();
160 execExtendSelectionForwardByLineCommand(); 162 execExtendSelectionForwardByLineCommand();
161 execExtendSelectionForwardByLineCommand(); 163 execExtendSelectionForwardByLineCommand();
162 // FIXME: This is wrong. The pre tags get copied when they shouldn't be. 164 // FIXME: This is wrong. The pre tags get copied when they shouldn't be.
163 // See https://bugs.webkit.org/show_bug.cgi?id=42009 165 // See https://bugs.webkit.org/show_bug.cgi?id=42009
164 document.execCommand("indent"); 166 document.execCommand("indent");
165 document.getElementById("results").innerText = "PASSED (did not crash)"; 167 document.getElementById("results").innerText = "PASSED (did not crash)";
166 " 168 "
167 | " 169 | "
168 " 170 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698