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"); |