Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: LayoutTests/fast/dom/MicroData/itemvalue-reflects-the-src-attr-expected.txt

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This test ensures that itemValue must reflect the src attribute if the element i s 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698