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

Unified Diff: third_party/WebKit/LayoutTests/plugins/mouse-click-plugin-clears-selection.html

Issue 2817073003: Update description of mouse-click-plugin-clears-selection.html (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/plugins/mouse-click-plugin-clears-selection.html
diff --git a/third_party/WebKit/LayoutTests/plugins/mouse-click-plugin-clears-selection.html b/third_party/WebKit/LayoutTests/plugins/mouse-click-plugin-clears-selection.html
index 9b41982409a92778e6eb2c057ccca682fdc8e1cc..db74ae955df47d689c7c8cd34f32b56d5e657715 100644
--- a/third_party/WebKit/LayoutTests/plugins/mouse-click-plugin-clears-selection.html
+++ b/third_party/WebKit/LayoutTests/plugins/mouse-click-plugin-clears-selection.html
@@ -8,7 +8,7 @@ startAfterLoadAndFinish(function() {
inputElement.select();
if (!window.testRunner) {
- output.textContent = "Test that clicking on a plugin clears the selection on the currently focused element. Click on the plugin; the text in the input control should no longer be highlighted. The rendertree for this test should not contain any selection information. See https://bugs.webkit.org/show_bug.cgi?id=30355";
+ output.textContent = "Test that clicking on a plugin clears the selection on the currently focused element. Click on the plugin; the text in the input control should no longer be highlighted. See https://bugs.webkit.org/show_bug.cgi?id=30355";
} else {
eventSender.mouseMoveTo(60, 60);
eventSender.mouseDown();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698