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

Side by Side Diff: LayoutTests/fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002-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 does not have an itemprop attribute.
2
3 Testing 'meta' element's behavior.
4 Created element of type: meta
5 Set attribute: content, value: testContent
6 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
7
8 Testing 'audio' element's behavior.
9 Created element of type: audio
10 Set attribute: content, value: testContent
11 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
12
13 Testing 'embed' element's behavior.
14 Created element of type: embed
15 Set attribute: content, value: testContent
16 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
17
18 Testing 'iframe' element's behavior.
19 Created element of type: iframe
20 Set attribute: content, value: testContent
21 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
22
23 Testing 'img' element's behavior.
24 Created element of type: img
25 Set attribute: content, value: testContent
26 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
27
28 Testing 'source' element's behavior.
29 Created element of type: source
30 Set attribute: content, value: testContent
31 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
32
33 Testing 'track' element's behavior.
34 Created element of type: track
35 Set attribute: content, value: testContent
36 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
37
38 Testing 'video' element's behavior.
39 Created element of type: video
40 Set attribute: content, value: testContent
41 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
42
43 Testing 'a' element's behavior.
44 Created element of type: a
45 Set attribute: content, value: testContent
46 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
47
48 Testing 'area' element's behavior.
49 Created element of type: area
50 Set attribute: content, value: testContent
51 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
52
53 Testing 'link' element's behavior.
54 Created element of type: link
55 Set attribute: content, value: testContent
56 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
57
58 Testing 'object' element's behavior.
59 Created element of type: object
60 Set attribute: content, value: testContent
61 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
62
63 Testing 'div' element's behavior.
64 Created element of type: div
65 Set attribute: content, value: testContent
66 TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR.
67
68 PASS successfullyParsed is true
69
70 TEST COMPLETE
71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698