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

Unified Diff: LayoutTests/editing/text-iterator/basic-iteration-expected.txt

Issue 12780019: Merge 145954 "TextIterator emits LF for a br element inside an e..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/editing/text-iterator/basic-iteration-shadowdom.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/text-iterator/basic-iteration-expected.txt
===================================================================
--- LayoutTests/editing/text-iterator/basic-iteration-expected.txt (revision 146097)
+++ LayoutTests/editing/text-iterator/basic-iteration-expected.txt (working copy)
@@ -14,6 +14,8 @@
.
PASS range.selectNodeContents(testDocument.body); internals.rangeAsText(range) is "hey"
PASS range.setStartBefore(testDocument.body); range.setEndAfter(testDocument.body); internals.rangeAsText(range) is "hey"
+PASS range.selectNodeContents(internals.oldestShadowRoot(input)); internals.rangeAsText(range) is "b"
+PASS appendBrElement(internals.oldestShadowRoot(input).childNodes[0]); range.selectNodeContents(internals.oldestShadowRoot(input)); internals.rangeAsText(range) is "b"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/editing/text-iterator/basic-iteration-shadowdom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698