| OLD | NEW |
| 1 CONSOLE WARNING: 'HTMLHtmlElement.manifest' is deprecated. The manifest attribut
e only has an effect during the early stages of document load. | |
| 2 Test reflecting URL attributes with empty string values. | 1 Test reflecting URL attributes with empty string values. |
| 3 | 2 |
| 4 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
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS testURLReflection('attribute', 'element') is 'none' | 6 PASS testURLReflection('attribute', 'element') is 'none' |
| 8 PASS testURLReflection('id', 'element') is 'non-URL' | 7 PASS testURLReflection('id', 'element') is 'non-URL' |
| 9 PASS testURLReflection('action', 'form') is 'URL' | 8 PASS testURLReflection('action', 'form') is 'URL' |
| 10 PASS testURLReflection('cite', 'blockquote') is 'URL' | 9 PASS testURLReflection('cite', 'blockquote') is 'URL' |
| 11 PASS testURLReflection('cite', 'del') is 'URL' | 10 PASS testURLReflection('cite', 'del') is 'URL' |
| 12 PASS testURLReflection('cite', 'ins') is 'URL' | 11 PASS testURLReflection('cite', 'ins') is 'URL' |
| 13 PASS testURLReflection('cite', 'q') is 'URL' | 12 PASS testURLReflection('cite', 'q') is 'URL' |
| 14 PASS testURLReflection('data', 'object') is 'URL' | 13 PASS testURLReflection('data', 'object') is 'URL' |
| 15 FAIL testURLReflection('formaction', 'button') should be URL. Was none. | 14 FAIL testURLReflection('formaction', 'button') should be URL. Was none. |
| 16 FAIL testURLReflection('formaction', 'input') should be URL. Was none. | 15 FAIL testURLReflection('formaction', 'input') should be URL. Was none. |
| 17 PASS testURLReflection('href', 'a') is 'URL' | 16 PASS testURLReflection('href', 'a') is 'URL' |
| 18 PASS testURLReflection('href', 'area') is 'URL' | 17 PASS testURLReflection('href', 'area') is 'URL' |
| 19 PASS testURLReflection('href', 'link') is 'URL' | 18 PASS testURLReflection('href', 'link') is 'URL' |
| 20 PASS testURLReflection('href', 'base') is 'URL' | 19 PASS testURLReflection('href', 'base') is 'URL' |
| 21 FAIL testURLReflection('icon', 'command') should be URL. Was none. | 20 FAIL testURLReflection('icon', 'command') should be URL. Was none. |
| 22 PASS testURLReflection('manifest', 'html') is 'URL' | |
| 23 PASS testURLReflection('poster', 'video') is 'URL' | 21 PASS testURLReflection('poster', 'video') is 'URL' |
| 24 PASS testURLReflection('src', 'audio') is 'URL' | 22 PASS testURLReflection('src', 'audio') is 'URL' |
| 25 PASS testURLReflection('src', 'embed') is 'URL' | 23 PASS testURLReflection('src', 'embed') is 'URL' |
| 26 PASS testURLReflection('src', 'iframe') is 'URL' | 24 PASS testURLReflection('src', 'iframe') is 'URL' |
| 27 PASS testURLReflection('src', 'img') is 'URL' | 25 PASS testURLReflection('src', 'img') is 'URL' |
| 28 PASS testURLReflection('src', 'input') is 'URL' | 26 PASS testURLReflection('src', 'input') is 'URL' |
| 29 PASS testURLReflection('src', 'script') is 'URL' | 27 PASS testURLReflection('src', 'script') is 'URL' |
| 30 PASS testURLReflection('src', 'source') is 'URL' | 28 PASS testURLReflection('src', 'source') is 'URL' |
| 31 PASS testURLReflection('src', 'video') is 'URL' | 29 PASS testURLReflection('src', 'video') is 'URL' |
| 32 PASS testURLReflection('longDesc', 'img') is 'URL' | 30 PASS testURLReflection('longDesc', 'img') is 'URL' |
| 33 PASS testURLReflection('lowsrc', 'img') is 'URL' | 31 PASS testURLReflection('lowsrc', 'img') is 'URL' |
| 34 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
| 35 | 33 |
| 36 TEST COMPLETE | 34 TEST COMPLETE |
| 37 | 35 |
| OLD | NEW |