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

Unified Diff: LayoutTests/fast/dom/MicroData/propertiescollection-crash.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/MicroData/propertiescollection-crash.html
diff --git a/LayoutTests/fast/dom/MicroData/propertiescollection-crash.html b/LayoutTests/fast/dom/MicroData/propertiescollection-crash.html
deleted file mode 100644
index 222e02580c704aa09ee0b8a4c0db8b9200afeea1..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/propertiescollection-crash.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../../js/resources/js-test-pre.js"></script>
-</head>
-<body>
-<div id="testDiv" itemscope><div itemprop="bar"> </div></div>
-<script>
-description("This test is successful if it does not crash.");
-var testDiv = document.getElementById("testDiv");
-
-shouldBeTrue("testDiv.properties['bar'] == '[object PropertyNodeList]'");
-shouldBe("testDiv.properties['bar'].length", "1");
-</script>
-<script src="../../js/resources/js-test-post.js"></script>
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698