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

Side by Side Diff: LayoutTests/fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-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 writing to itemValue must throw an INVALID_ACCESS_ERR err or if the element has an itemscope attribute.
2
3 Testing 'meta' element's behavior.
4 Created element of type: meta
5 Set attribute: itemscope, value: itemscope
6 Set attribute: itemprop, value: foo
7 Set attribute: content, value: test
8 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
9
10 Testing 'audio' element's behavior.
11 Created element of type: audio
12 Set attribute: itemscope, value: itemscope
13 Set attribute: itemprop, value: foo
14 Set attribute: content, value: test
15 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
16
17 Testing 'embed' element's behavior.
18 Created element of type: embed
19 Set attribute: itemscope, value: itemscope
20 Set attribute: itemprop, value: foo
21 Set attribute: content, value: test
22 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
23
24 Testing 'iframe' element's behavior.
25 Created element of type: iframe
26 Set attribute: itemscope, value: itemscope
27 Set attribute: itemprop, value: foo
28 Set attribute: content, value: test
29 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
30
31 Testing 'img' element's behavior.
32 Created element of type: img
33 Set attribute: itemscope, value: itemscope
34 Set attribute: itemprop, value: foo
35 Set attribute: content, value: test
36 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
37
38 Testing 'source' element's behavior.
39 Created element of type: source
40 Set attribute: itemscope, value: itemscope
41 Set attribute: itemprop, value: foo
42 Set attribute: content, value: test
43 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
44
45 Testing 'track' element's behavior.
46 Created element of type: track
47 Set attribute: itemscope, value: itemscope
48 Set attribute: itemprop, value: foo
49 Set attribute: content, value: test
50 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
51
52 Testing 'video' element's behavior.
53 Created element of type: video
54 Set attribute: itemscope, value: itemscope
55 Set attribute: itemprop, value: foo
56 Set attribute: content, value: test
57 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
58
59 Testing 'a' element's behavior.
60 Created element of type: a
61 Set attribute: itemscope, value: itemscope
62 Set attribute: itemprop, value: foo
63 Set attribute: content, value: test
64 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
65
66 Testing 'area' element's behavior.
67 Created element of type: area
68 Set attribute: itemscope, value: itemscope
69 Set attribute: itemprop, value: foo
70 Set attribute: content, value: test
71 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
72
73 Testing 'link' element's behavior.
74 Created element of type: link
75 Set attribute: itemscope, value: itemscope
76 Set attribute: itemprop, value: foo
77 Set attribute: content, value: test
78 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
79
80 Testing 'object' element's behavior.
81 Created element of type: object
82 Set attribute: itemscope, value: itemscope
83 Set attribute: itemprop, value: foo
84 Set attribute: content, value: test
85 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
86
87 Testing 'div' element's behavior.
88 Created element of type: div
89 Set attribute: itemscope, value: itemscope
90 Set attribute: itemprop, value: foo
91 Set attribute: content, value: test
92 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
93
94 PASS successfullyParsed is true
95
96 TEST COMPLETE
97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698