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

Unified Diff: third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 7 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: third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
diff --git a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html b/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
deleted file mode 100644
index 58348ce4e98108655fa0239e1ae548c81c03c728..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<head>
-<script src="../../resources/js-test.js"></script>
-</head>
-<div id="div"><menuitem></menuitem></div>
-<menu id="menu" type=context><menuitem id="first_item"></menuitem><menuitem id="second_item"></menuitem></menu>
-<script>
-description("This test checks parsing of menuitem tag which has an end tag.");
-shouldBeEqualToString("document.getElementById('div').innerHTML", "<menuitem></menuitem>");
-shouldBeEqualToString("document.getElementById('menu').innerHTML", "<menuitem id=\"first_item\"></menuitem><menuitem id=\"second_item\"></menuitem>");
-shouldBeNull("document.getElementById('first_item').firstChild");
-shouldBe("document.getElementById('menu').firstChild.nextSibling", "document.getElementById('second_item')");
-</script>

Powered by Google App Engine
This is Rietveld 408576698