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

Side by Side Diff: LayoutTests/editing/inserting/insert-empty-html-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test ensures inserting empty string does not move the caret. 1 This test ensures inserting empty string does not move the caret.
2 2
3 The caret is placed at 5th pos and the empty html is added. The test passes if t he caret is positioned at the same position after the execution insertion comman d. 3 The caret is placed at 5th pos and the empty html is added. The test passes if t he caret is positioned at the same position after the execution insertion comman d.
4 4
5 abcdefghijklmnopqrstuvwxyz 5 abcdefghijklmnopqrstuvwxyz
6 PASS window.getSelection().baseOffset is 5 6 PASS window.getSelection().baseOffset is 5
7 PASS successfullyParsed is true
7 8
9 TEST COMPLETE
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698