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

Unified Diff: LayoutTests/fast/dom/MicroData/itemtype-attribute-test-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt
diff --git a/LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt b/LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt
deleted file mode 100644
index 8a45e6d4e77416b447c03c386308b4b8699f295c..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-itemType attribute simple test.
-
-Created element of type: div
-Set attribute: itemtype, value: http://example.com/foo
-
-The itemType attribute must be defined.
-PASS element.itemType is defined.
-PASS element.itemType.toString() is 'http://example.com/foo'
-
-itemType and itemType.length must be read-only.
-PASS element.itemType = 'http://example.com/test'; element.itemType.toString() == 'http://example.com/foo' is true
-PASS element.itemType.contains('http://example.com/test') is false
-PASS element.itemType.length = 0; element.itemType.length == 1 is true
-
-removeAttribute('itemType') must reflect correctly.
-PASS element.itemType.toString() is ''
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698