Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / options / startup_page_list_browsertest.js
index 25e5fd4..c0745a5 100644 (file)
@@ -122,7 +122,9 @@ function createMouseEvent(type) {
   return event;
 }
 
-TEST_F('StartupPageListWebUITest', 'testDropFromOutsideSource', function() {
+// Disabled due to: crbug.com/419370
+TEST_F('StartupPageListWebUITest', 'DISABLED_testDropFromOutsideSource',
+       function() {
   /** @const */ var NEW_PAGE = 'http://google.com';
 
   var mockDropEvent = createMouseEvent('drop');
@@ -135,7 +137,8 @@ TEST_F('StartupPageListWebUITest', 'testDropFromOutsideSource', function() {
   expectTrue(mockDropEvent.defaultPrevented);
 });
 
-TEST_F('StartupPageListWebUITest', 'testDropToReorder', function() {
+// Disabled due to: crbug.com/419370
+TEST_F('StartupPageListWebUITest', 'DISABLED_testDropToReorder', function() {
   // TODO(dbeam): mock4js doesn't handle complex arguments well. Fix this.
   this.mockHandler.expects(once()).dragDropStartupPage([0, [1].join()]);