OLD | NEW |
1 Test reflecting URL attributes with empty string values. | 1 Test reflecting URL attributes with empty string values. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS testURLReflection('attribute', 'element') is 'none' | 6 PASS testURLReflection('attribute', 'element') is 'none' |
7 PASS testURLReflection('id', 'element') is 'non-URL' | 7 PASS testURLReflection('id', 'element') is 'non-URL' |
8 PASS testURLReflection('action', 'form') is 'URL' | 8 PASS testURLReflection('action', 'form') is 'URL' |
9 PASS testURLReflection('cite', 'blockquote') is 'URL' | 9 PASS testURLReflection('cite', 'blockquote') is 'URL' |
10 PASS testURLReflection('cite', 'del') is 'URL' | 10 PASS testURLReflection('cite', 'del') is 'URL' |
(...skipping 12 matching lines...) Expand all Loading... |
23 PASS testURLReflection('src', 'audio') is 'URL' | 23 PASS testURLReflection('src', 'audio') is 'URL' |
24 PASS testURLReflection('src', 'embed') is 'URL' | 24 PASS testURLReflection('src', 'embed') is 'URL' |
25 PASS testURLReflection('src', 'iframe') is 'URL' | 25 PASS testURLReflection('src', 'iframe') is 'URL' |
26 PASS testURLReflection('src', 'img') is 'URL' | 26 PASS testURLReflection('src', 'img') is 'URL' |
27 PASS testURLReflection('src', 'input') is 'URL' | 27 PASS testURLReflection('src', 'input') is 'URL' |
28 PASS testURLReflection('src', 'script') is 'URL' | 28 PASS testURLReflection('src', 'script') is 'URL' |
29 PASS testURLReflection('src', 'source') is 'URL' | 29 PASS testURLReflection('src', 'source') is 'URL' |
30 PASS testURLReflection('src', 'video') is 'URL' | 30 PASS testURLReflection('src', 'video') is 'URL' |
31 PASS testURLReflection('longDesc', 'img') is 'URL' | 31 PASS testURLReflection('longDesc', 'img') is 'URL' |
32 PASS testURLReflection('lowsrc', 'img') is 'URL' | 32 PASS testURLReflection('lowsrc', 'img') is 'URL' |
| 33 PASS successfullyParsed is true |
33 | 34 |
| 35 TEST COMPLETE |
| 36 |
OLD | NEW |