summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/StyleSheet/get-stylesheet-byname-expected.txt
blob: 31fb4c8c68aad95f313a31b3c5492141249ae88e (plain)
1
2
3
4
5
6
7
8
9
10
This test verifies that a StyleSheet object will be returned instead of a HTMLStyleElement when calling document.styleSheets named property getter.

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


PASS document.styleSheets["test"] is styleElement.sheet
PASS successfullyParsed is true

TEST COMPLETE