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

Unified Diff: chrome/test/data/android/contextmenu/context_menu_test.html

Issue 1404793006: Remove certain context menu items for images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: newt's nits Created 5 years, 2 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: chrome/test/data/android/contextmenu/context_menu_test.html
diff --git a/chrome/test/data/android/contextmenu/context_menu_test.html b/chrome/test/data/android/contextmenu/context_menu_test.html
index ccc202c53acece750e2e78c1c157e5081f5f5e44..3c88f46ddb828fd2dbc27701b562dbbdd1ba4f90 100644
--- a/chrome/test/data/android/contextmenu/context_menu_test.html
+++ b/chrome/test/data/android/contextmenu/context_menu_test.html
@@ -8,6 +8,8 @@
<a href="test_link.html" id="testLink">Test Link</a><br />
+ <a href="test_link2.html" id="testLink2">Test Link 2></a><br />
+
<a href="test_link.html" id="testImageLink"><img src="test_image.png"/></a><br />
<a href="mailto:someone@example.com" id="testEmail">EmailTest</a><br />
@@ -20,7 +22,6 @@
}
</script>
This <b id="copyLinkTextComplex">is pretty</b>
- <img src="test_image.png"/>
extreme <br/> (newline).
</a><br />

Powered by Google App Engine
This is Rietveld 408576698