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

Side by Side Diff: LayoutTests/fast/events/drag-selects-culled-inlines-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 Some Text1 Some Text2 1 Some Text1 Some Text2
2 Some Text3 2 Some Text3
3 Some Text4 3 Some Text4
4 Test that flickering is observed on text selection when culled inline is selecte d 4 Test that flickering is observed on text selection when culled inline is selecte d
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 9
10 PASS window.getSelection().containsNode(document.getElementById('noRange')) is f alse 10 PASS window.getSelection().containsNode(document.getElementById('noRange'), fals e) is false
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698