Index: LayoutTests/fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt |
diff --git a/LayoutTests/fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt b/LayoutTests/fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt |
deleted file mode 100644 |
index 01f47524fc2524d65ef62f896505551cf600c213..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt |
+++ /dev/null |
@@ -1,97 +0,0 @@ |
-This test ensures that writing to itemValue must throw an INVALID_ACCESS_ERR error if the element has an itemscope attribute. |
- |
-Testing 'meta' element's behavior. |
-Created element of type: meta |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'audio' element's behavior. |
-Created element of type: audio |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'embed' element's behavior. |
-Created element of type: embed |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'iframe' element's behavior. |
-Created element of type: iframe |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'img' element's behavior. |
-Created element of type: img |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'source' element's behavior. |
-Created element of type: source |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'track' element's behavior. |
-Created element of type: track |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'video' element's behavior. |
-Created element of type: video |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'a' element's behavior. |
-Created element of type: a |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'area' element's behavior. |
-Created element of type: area |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'link' element's behavior. |
-Created element of type: link |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'object' element's behavior. |
-Created element of type: object |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-Testing 'div' element's behavior. |
-Created element of type: div |
-Set attribute: itemscope, value: itemscope |
-Set attribute: itemprop, value: foo |
-Set attribute: content, value: test |
-TEST SUCCEEDED: Got the expected exception (15) INVALID_ACCESS_ERR. |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |