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

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

Issue 1308663003: The node and allowPartialContainment arguments for Selection API should not be optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 Test to check if setBaseAndExtent guard node with null owner document (Bug 31680 ) 1 Test to check if setBaseAndExtent guard node with null owner document (Bug 31680 )
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS sel.anchorNode is null 6 PASS sel.anchorNode is null
7 PASS sel.anchorNode is null 7 PASS sel.anchorNode is null
8 PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu te 'collapse' on 'Selection': The node provided is of type 'c'.. 8 PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu te 'collapse' on 'Selection': The node provided is of type 'c'..
9 PASS sel.anchorNode is null 9 PASS sel.anchorNode is null
10 PASS sel.anchorNode is null 10 PASS sel.anchorNode is null
11 PASS sel.anchorNode is null 11 PASS sel.anchorNode is null
12 PASS sel.containsNode(docType) is false 12 PASS sel.containsNode(docType, false) is false
philipj_slow 2015/08/27 09:15:32 Seeing this I think it would make sense to keep th
tanay.c 2015/08/28 08:52:32 Done.
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698