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

Side by Side Diff: LayoutTests/fast/dom/Range/range-constructor-expected.txt

Issue 14904005: Make Range constructable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectations Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that we can create instances of Range using new
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS typeof new Range is "object"
7 PASS Object.prototype.toString.call(new Range) is "[object Range]"
8 PASS new Range instanceof Range is true
9 PASS Object.getPrototypeOf(new Range) is Range.prototype
10 PASS r.toString() is "Test"
11 PASS new innerWindow.Range instanceof innerWindow.Range is true
12 PASS Object.getPrototypeOf(new innerWindow.Range) is innerWindow.Range.prototype
13 PASS r.toString() is "Inner"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17 Test
18
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Range/range-constructor.html ('k') | LayoutTests/fast/dom/dom-constructors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698