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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt b/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt
deleted file mode 100644
index b48c5b05382b87351aefe15e1fc6e37ca706126d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-This test checks parsing of menuitem tag which has an end tag.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.getElementById('div').innerHTML is "<menuitem></menuitem>"
-PASS document.getElementById('menu').innerHTML is "<menuitem id=\"first_item\"></menuitem><menuitem id=\"second_item\"></menuitem>"
-PASS document.getElementById('first_item').firstChild is null
-PASS document.getElementById('menu').firstChild.nextSibling is document.getElementById('second_item')
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698