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

Side by Side Diff: LayoutTests/editing/selection/deleteFromDocument-expected.txt

Issue 255453003: Let Selection.deleteFromDocument not delete a character when the selection is a caret. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use shouldBeEqualToString instead of shouldBe Created 6 years, 8 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 PASS span1.textContent is "foobar"
2 PASS span1.textContent is "foobar"
3 PASS span1.firstChild.nextSibling.id is "span2"
4 PASS span1.firstChild.nextSibling.firstChild.nodeValue is ""
5 PASS test.textContent is "fz"
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
1 fz 9 fz
2 Success: span1.textContent is fooar.
3 Success: span1.textContent is foar.
4 Success: span1.textContent is foar.
5 Success: span1.firstChild.nextSibling.id is span2.
6 Success: span1.firstChild.nextSibling.firstChild.nodeValue is .
7 Success: test.textContent is fz.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698