Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / URL-attribute-reflection-expected.txt
bloba7b745e9c087af1c10115f4e083aad3a125d7f16
1 Test reflecting URL attributes with empty string values.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testURLReflection('attribute', 'element') is 'none'
7 PASS testURLReflection('id', 'element') is 'non-URL'
8 PASS testURLReflection('action', 'form') is 'URL'
9 PASS testURLReflection('cite', 'blockquote') is 'URL'
10 PASS testURLReflection('cite', 'del') is 'URL'
11 PASS testURLReflection('cite', 'ins') is 'URL'
12 PASS testURLReflection('cite', 'q') is 'URL'
13 PASS testURLReflection('data', 'object') is 'URL'
14 FAIL testURLReflection('formaction', 'button') should be URL. Was none.
15 FAIL testURLReflection('formaction', 'input') should be URL. Was none.
16 PASS testURLReflection('href', 'a') is 'URL'
17 PASS testURLReflection('href', 'area') is 'URL'
18 PASS testURLReflection('href', 'link') is 'URL'
19 PASS testURLReflection('href', 'base') is 'URL'
20 FAIL testURLReflection('icon', 'command') should be URL. Was none.
21 PASS testURLReflection('poster', 'video') is 'URL'
22 PASS testURLReflection('src', 'audio') is 'URL'
23 PASS testURLReflection('src', 'embed') is 'URL'
24 PASS testURLReflection('src', 'iframe') is 'URL'
25 PASS testURLReflection('src', 'img') is 'URL'
26 PASS testURLReflection('src', 'input') is 'URL'
27 PASS testURLReflection('src', 'script') is 'URL'
28 PASS testURLReflection('src', 'source') is 'URL'
29 PASS testURLReflection('src', 'video') is 'URL'
30 PASS testURLReflection('longDesc', 'img') is 'URL'
31 PASS testURLReflection('lowsrc', 'img') is 'URL'
32 PASS successfullyParsed is true
34 TEST COMPLETE