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

Side by Side Diff: content/browser/renderer_host/render_widget_host_view_browsertest.cc

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <stdint.h> 5 #include <stdint.h>
6 #include <utility> 6 #include <utility>
7 7
8 #include "base/barrier_closure.h" 8 #include "base/barrier_closure.h"
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/location.h" 10 #include "base/location.h"
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 " height: %dpx;" 612 " height: %dpx;"
613 "}" 613 "}"
614 ".right { position: absolute;" 614 ".right { position: absolute;"
615 " left: %dpx;" 615 " left: %dpx;"
616 " background: #ff0;" 616 " background: #ff0;"
617 " width: %dpx;" 617 " width: %dpx;"
618 " height: %dpx;" 618 " height: %dpx;"
619 "}" 619 "}"
620 "</style>" 620 "</style>"
621 "<script>" 621 "<script>"
622 " domAutomationController.setAutomationId(0);"
623 " domAutomationController.send(\"DONE\");" 622 " domAutomationController.send(\"DONE\");"
624 "</script>", 623 "</script>",
625 box_size.width(), 624 box_size.width(),
626 box_size.height(), 625 box_size.height(),
627 box_size.width(), 626 box_size.width(),
628 box_size.width(), 627 box_size.width(),
629 box_size.height())); 628 box_size.height()));
630 629
631 SET_UP_SURFACE_OR_PASS_TEST("\"DONE\""); 630 SET_UP_SURFACE_OR_PASS_TEST("\"DONE\"");
632 if (!ShouldContinueAfterTestURLLoad()) 631 if (!ShouldContinueAfterTestURLLoad())
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 kTestCompositingModes); 1007 kTestCompositingModes);
1009 INSTANTIATE_TEST_CASE_P( 1008 INSTANTIATE_TEST_CASE_P(
1010 GLAndSoftwareCompositing, 1009 GLAndSoftwareCompositing,
1011 CompositingRenderWidgetHostViewBrowserTestTabCaptureHighDPI, 1010 CompositingRenderWidgetHostViewBrowserTestTabCaptureHighDPI,
1012 kTestCompositingModes); 1011 kTestCompositingModes);
1013 1012
1014 #endif // !defined(OS_ANDROID) 1013 #endif // !defined(OS_ANDROID)
1015 1014
1016 } // namespace 1015 } // namespace
1017 } // namespace content 1016 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/devtools_protocol_browsertest.cc ('k') | content/browser/security_exploit_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698