Commit 2a83230d authored by johnme's avatar johnme Committed by Commit bot

Mark WebInputEventBuilderMacTest.ScrollWheelMatchesUIEvent flaky

NOTREECHECKS=true
NOTRY=true
TBR=tapted@chromium.org,avi@chromium.org
BUG=640457

Review-Url: https://codereview.chromium.org/2286713002
Cr-Commit-Position: refs/heads/master@{#414702}
parent ee7bd139
...@@ -563,9 +563,10 @@ TEST(WebInputEventBuilderMacTest, DomKeyFlagsChanged) { ...@@ -563,9 +563,10 @@ TEST(WebInputEventBuilderMacTest, DomKeyFlagsChanged) {
} }
} }
// Flaky - https://crbug.com/640457
// Test that a ui::Event and blink::WebInputEvent made from the same NSEvent // Test that a ui::Event and blink::WebInputEvent made from the same NSEvent
// have the same values for comparable fields. // have the same values for comparable fields.
TEST(WebInputEventBuilderMacTest, ScrollWheelMatchesUIEvent) { TEST(WebInputEventBuilderMacTest, DISABLED_ScrollWheelMatchesUIEvent) {
CGFloat delta_x = 123; CGFloat delta_x = 123;
CGFloat delta_y = 321; CGFloat delta_y = 321;
NSPoint location = NSMakePoint(11, 22); NSPoint location = NSMakePoint(11, 22);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment