Index: LayoutTests/fast/dom/MicroData/itemscope-must-be-read-write-expected.txt |
diff --git a/LayoutTests/fast/dom/MicroData/itemscope-must-be-read-write-expected.txt b/LayoutTests/fast/dom/MicroData/itemscope-must-be-read-write-expected.txt |
deleted file mode 100644 |
index 30044773ea7ad057a6d405fa8378c954afbb397d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/MicroData/itemscope-must-be-read-write-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-This tests that itemscope attribute must be read/write. |
- |
-Created element of type: div |
-PASS element.itemScope = true; element.hasAttribute('itemscope') is true |
-PASS element.itemScope is true |
-PASS element.itemScope = false; element.hasAttribute('itemscope') is false |
-PASS element.itemScope is false |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |