tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / dom / MicroData / itemvalue-reflects-the-src-attr-expected.txt
1 This test ensures that itemValue must reflect the src attribute if the element is an audio, embed, iframe, source, track, or video element.
2
3 Testing 'audio' element's behavior.
4 Created element of type: audio
5 Set attribute: itemprop, value: foo
6 Set attribute: src, value: http://example.org/
7 PASS testElement.itemValue is 'http://example.org/'
8 PASS testElement.itemValue is 'http://example.net/'
9 PASS testElement.src is 'http://example.com/'
10
11 Testing 'embed' element's behavior.
12 Created element of type: embed
13 Set attribute: itemprop, value: foo
14 Set attribute: src, value: http://example.org/
15 PASS testElement.itemValue is 'http://example.org/'
16 PASS testElement.itemValue is 'http://example.net/'
17 PASS testElement.src is 'http://example.com/'
18
19 Testing 'iframe' element's behavior.
20 Created element of type: iframe
21 Set attribute: itemprop, value: foo
22 Set attribute: src, value: http://example.org/
23 PASS testElement.itemValue is 'http://example.org/'
24 PASS testElement.itemValue is 'http://example.net/'
25 PASS testElement.src is 'http://example.com/'
26
27 Testing 'source' element's behavior.
28 Created element of type: source
29 Set attribute: itemprop, value: foo
30 Set attribute: src, value: http://example.org/
31 PASS testElement.itemValue is 'http://example.org/'
32 PASS testElement.itemValue is 'http://example.net/'
33 PASS testElement.src is 'http://example.com/'
34
35 Testing 'track' element's behavior.
36 Created element of type: track
37 Set attribute: itemprop, value: foo
38 Set attribute: src, value: http://example.org/
39 PASS testElement.itemValue is 'http://example.org/'
40 PASS testElement.itemValue is 'http://example.net/'
41 PASS testElement.src is 'http://example.com/'
42
43 Testing 'video' element's behavior.
44 Created element of type: video
45 Set attribute: itemprop, value: foo
46 Set attribute: src, value: http://example.org/
47 PASS testElement.itemValue is 'http://example.org/'
48 PASS testElement.itemValue is 'http://example.net/'
49 PASS testElement.src is 'http://example.com/'
50
51 PASS successfullyParsed is true
52
53 TEST COMPLETE
54