| OLD | NEW |
| (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 | |
| OLD | NEW |