Chromium Code Reviews| Index: Source/web/tests/WebInputEventConversionTest.cpp |
| diff --git a/Source/web/tests/WebInputEventConversionTest.cpp b/Source/web/tests/WebInputEventConversionTest.cpp |
| index a9548c0facd3926d079cecc886189c388ef2abac..2988b0f490d81a335b7619985e84abefebc8816f 100644 |
| --- a/Source/web/tests/WebInputEventConversionTest.cpp |
| +++ b/Source/web/tests/WebInputEventConversionTest.cpp |
| @@ -57,7 +57,7 @@ namespace { |
| PassRefPtrWillBeRawPtr<KeyboardEvent> createKeyboardEventWithLocation(KeyboardEvent::KeyLocationCode location) |
| { |
| - return KeyboardEvent::create("keydown", true, true, 0, "", "", location, false, false, false, false); |
| + return KeyboardEvent::create("keydown", true, true, 0, "", "", "", location, false, false, false, false); |
| } |
| int getModifiersForKeyLocationCode(KeyboardEvent::KeyLocationCode location) |
| @@ -731,7 +731,7 @@ TEST(WebInputEventConversionTest, PinchViewportOffset) |
| TEST(WebInputEventConversionTest, ElasticOverscroll) |
| { |
| - const std::string baseURL("http://www.test6.com/"); |
| + const std::string baseURL("http://www.test5.com/"); |
| const std::string fileName("fixed_layout.html"); |
| URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL.c_str()), WebString::fromUTF8("fixed_layout.html")); |
| @@ -792,7 +792,7 @@ TEST(WebInputEventConversionTest, ElasticOverscroll) |
| TEST(WebInputEventConversionTest, WebMouseWheelEventBuilder) |
| { |
| - const std::string baseURL("http://www.test5.com/"); |
| + const std::string baseURL("http://www.test6.com/"); |
|
Wez
2015/03/04 23:00:25
Why did these change?
Habib Virji
2015/03/09 15:14:27
In my previous CL i altered the sequence. So corre
|
| const std::string fileName("fixed_layout.html"); |
| URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL.c_str()), WebString::fromUTF8("fixed_layout.html")); |
| @@ -823,7 +823,7 @@ TEST(WebInputEventConversionTest, WebMouseWheelEventBuilder) |
| TEST(WebInputEventConversionTest, PlatformWheelEventBuilder) |
| { |
| - const std::string baseURL("http://www.test6.com/"); |
| + const std::string baseURL("http://www.test7.com/"); |
| const std::string fileName("fixed_layout.html"); |
| URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL.c_str()), WebString::fromUTF8("fixed_layout.html")); |