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

Unified Diff: LayoutTests/fast/dom/MicroData/itemref-for-an-element-must-be-correct-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/itemref-for-an-element-must-be-correct-expected.txt
diff --git a/LayoutTests/fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt b/LayoutTests/fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt
deleted file mode 100644
index e8281a4610be3cc316efb584a90ecf7838e32375..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-This test that the itemRef should be correct for an element that has itemRef attribute.
-
-Created element of type: div
-Set attribute: itemref, value: foo bar FOO FOo
-PASS element.itemRef.length == 4 is true
-PASS element.itemRef.toString() == 'foo bar FOO FOo' is true
-PASS element.itemRef.item(0) == 'foo' is true
-PASS element.itemRef.item(1) == 'bar' is true
-PASS element.itemRef[0] == 'foo' is true
-PASS element.itemRef[1] == 'bar' is true
-PASS element.itemRef.contains('bar') is true
-PASS element.itemRef.contains('foo') is true
-
-itemRef should return case-sensitive strings.
-PASS element.itemRef.item(2) == 'FOO' is true
-PASS element.itemRef[2] == 'FOO' is true
-PASS element.itemRef.item(3) == 'FOo' is true
-PASS element.itemRef[3] == 'FOo' is true
-
-itemRef should not contain an undefined token.
-PASS element.itemRef.contains('test') is false
-
-itemRef.length should be 0 if element has not tokens.
-Created element of type: div
-Set attribute: itemRef, value:
-PASS element1.itemRef.length == 0 is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698