summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/StyleSheet/css-medialist-item-expected.txt
blob: 1468f1b3c94541b6f4c24af77c111d346e174acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This tests indexing outside the range of the media list object.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS mediaList.length is 2
PASS mediaList[0] is "screen"
PASS mediaList[1] is "print"
PASS mediaList[2] is null
PASS mediaList[-1] is undefined.
PASS successfullyParsed is true

TEST COMPLETE