| Index: LayoutTests/fast/dom/Range/range-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Range/range-constructor-expected.txt b/LayoutTests/fast/dom/Range/range-constructor-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..397d271d113aa41d0d5013be35f919b48282f46c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/Range/range-constructor-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +Tests that we can create instances of Range using new
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS typeof new Range is "object"
|
| +PASS Object.prototype.toString.call(new Range) is "[object Range]"
|
| +PASS new Range instanceof Range is true
|
| +PASS Object.getPrototypeOf(new Range) is Range.prototype
|
| +PASS r.toString() is "Test"
|
| +PASS new innerWindow.Range instanceof innerWindow.Range is true
|
| +PASS Object.getPrototypeOf(new innerWindow.Range) is innerWindow.Range.prototype
|
| +PASS r.toString() is "Inner"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +Test
|
| +
|
|
|