| OLD | NEW |
| 1 CONSOLE WARNING: 'HTMLHtmlElement.manifest' is deprecated. The manifest attribut
e only has an effect during the early stages of document load. |
| 1 Test reflecting URL attributes with empty string values. | 2 Test reflecting URL attributes with empty string values. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 PASS testURLReflection('attribute', 'element') is 'none' | 7 PASS testURLReflection('attribute', 'element') is 'none' |
| 7 PASS testURLReflection('id', 'element') is 'non-URL' | 8 PASS testURLReflection('id', 'element') is 'non-URL' |
| 8 PASS testURLReflection('action', 'form') is 'URL' | 9 PASS testURLReflection('action', 'form') is 'URL' |
| 9 PASS testURLReflection('cite', 'blockquote') is 'URL' | 10 PASS testURLReflection('cite', 'blockquote') is 'URL' |
| 10 PASS testURLReflection('cite', 'del') is 'URL' | 11 PASS testURLReflection('cite', 'del') is 'URL' |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 PASS testURLReflection('src', 'input') is 'URL' | 28 PASS testURLReflection('src', 'input') is 'URL' |
| 28 PASS testURLReflection('src', 'script') is 'URL' | 29 PASS testURLReflection('src', 'script') is 'URL' |
| 29 PASS testURLReflection('src', 'source') is 'URL' | 30 PASS testURLReflection('src', 'source') is 'URL' |
| 30 PASS testURLReflection('src', 'video') is 'URL' | 31 PASS testURLReflection('src', 'video') is 'URL' |
| 31 PASS testURLReflection('longDesc', 'img') is 'URL' | 32 PASS testURLReflection('longDesc', 'img') is 'URL' |
| 32 PASS testURLReflection('lowsrc', 'img') is 'URL' | 33 PASS testURLReflection('lowsrc', 'img') is 'URL' |
| 33 PASS successfullyParsed is true | 34 PASS successfullyParsed is true |
| 34 | 35 |
| 35 TEST COMPLETE | 36 TEST COMPLETE |
| 36 | 37 |
| OLD | NEW |