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

Unified Diff: LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-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/properties-collection-add-remove-itemref-expected.txt
diff --git a/LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt b/LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt
deleted file mode 100644
index 3db4761483f1f02483b3fc90d00df475ac54dc0b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Microdata properties collection should update properly on adding or removing itemref.
-
-Created element of type: div
-PASS item.properties.length == '0' is true
-
-Set itemref to id1.
-PASS item.properties.length == '1' is true
-PASS item.properties.item(0) == element.firstChild is true
-PASS item.properties[0] == element.firstChild is true
-
-Remove itemref attribute.
-PASS item.properties.length == '0' is true
-PASS item.properties.item(0) == undefined is true
-PASS item.properties[0] == undefined is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698