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

Unified Diff: LayoutTests/fast/dom/NodeList/nodelist-reachable.html

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/NodeList/nodelist-reachable.html
diff --git a/LayoutTests/fast/dom/NodeList/nodelist-reachable.html b/LayoutTests/fast/dom/NodeList/nodelist-reachable.html
index c1e8fee8b0dea7749984d36b9691869c2d154c08..151b75f9a8593d22f8cc5ef5cfbf9b25cca2b45b 100644
--- a/LayoutTests/fast/dom/NodeList/nodelist-reachable.html
+++ b/LayoutTests/fast/dom/NodeList/nodelist-reachable.html
@@ -14,8 +14,6 @@ var nodeListKind = {
TagNodeListType: 'document.getElementsByTagName("body")',
RadioNodeListType: 'document.querySelector("form").elements["radios"]',
LabelsNodeListType: 'document.querySelector("input").labels',
- // Microdata is not enabled.
- // MicroDataItemListType: 'document.getItems("items")',
};
var i = 1;
« no previous file with comments | « LayoutTests/fast/dom/MicroData/resources/microdata-common.js ('k') | LayoutTests/platform/chromium/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698