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

Unified Diff: third_party/WebKit/Source/web/tests/data/long_press_object.html

Issue 2078143002: Make plugin elements return false from canStartSelection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix readonly-disabled-text-selection for changes in r401155 Created 4 years, 6 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/Source/web/tests/data/long_press_object.html
diff --git a/third_party/WebKit/Source/web/tests/data/long_press_object.html b/third_party/WebKit/Source/web/tests/data/long_press_object.html
new file mode 100644
index 0000000000000000000000000000000000000000..1fc4313cd4d562df7e98768cbd56d846c8b04237
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/long_press_object.html
@@ -0,0 +1,3 @@
+<body>
+ <object data='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==' width="500" height="500" id="obj">Fallback content</object>
+</body>

Powered by Google App Engine
This is Rietveld 408576698