tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / MicroData / itemvalue-reflects-href-attr-expected.txt
1 This test ensures that itemValue must reflect the href attribute if the element is an a, area, or link element.
2
3 Testing 'a' element's behavior.
4 Created element of type: a
5 Set attribute: itemprop, value: foo
6 Set attribute: href, value: http://example.org/
7 PASS testElement.itemValue is 'http://example.org/'
8 PASS testElement.itemValue is 'http://example.net/'
9 PASS testElement.href is 'http://example.com/'
10
11 Testing 'area' element's behavior.
12 Created element of type: area
13 Set attribute: itemprop, value: foo
14 Set attribute: href, value: http://example.org/
15 PASS testElement.itemValue is 'http://example.org/'
16 PASS testElement.itemValue is 'http://example.net/'
17 PASS testElement.href is 'http://example.com/'
18
19 Testing 'link' element's behavior.
20 Created element of type: link
21 Set attribute: itemprop, value: foo
22 Set attribute: href, value: http://example.org/
23 PASS testElement.itemValue is 'http://example.org/'
24 PASS testElement.itemValue is 'http://example.net/'
25 PASS testElement.href is 'http://example.com/'
26
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30