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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html

Issue 1407053004: Add a comment to fast/forms/select/optgroup-clicking.html about a failure on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html b/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
index 543b235f82a6a34d8f568bf284c4a3733bd5486f..0c6ff6893ed8d85bfb54be6ee5a8257e0fc70cc2 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
@@ -53,8 +53,6 @@ function test()
return;
}
- testRunner.dumpAsText();
-
debug("\nClick enabled option");
$("listbox").selectedIndex = 2;
mouseMoveToIndexInListbox(1 + 1, 'listbox'); // +1 for optgroup
@@ -74,7 +72,7 @@ function test()
eventSender.mouseUp();
shouldBe('$("listbox").selectedIndex', '1');
- debug("\nMenu list with arrow key");
+ debug("\nMenu list with arrow key. The test is expected to fail on OSX because of a key binding difference.");
$("menulist").selectedIndex = 3;
$("menulist").focus();
eventSender.keyDown("downArrow");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698