1 Test that when using the JavaScript bindings to get the value of a URL attribute such as 'src', leading whitespace is ignored
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testURL("src", url) is url
7 PASS testURL("src", "\n" + url) is url
8 PASS testURL("src", " " + url) is url
9 PASS testURL("lowsrc", url) is url
10 PASS testURL("lowsrc", "\n" + url) is url
11 PASS testURL("lowsrc", " " + url) is url
12 PASS testURL("longDesc", url) is url
13 PASS testURL("longDesc", "\n" + url) is url
14 PASS testURL("longDesc", " " + url) is url
15 PASS successfullyParsed is true