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

Side by Side Diff: chrome/test/data/extensions/api_test/automation/sites/complex.html

Issue 655273005: Implement AutomationNode.querySelector(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix heap-use-after-free issue by not keeping a scoped_ptr to automation_api_helper in extension_hel… Created 6 years, 1 month 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
(Empty)
1 <!--
2 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <html>
7 <head>
8 <title>Automation Tests - Complex DOM</title>
9 </head>
10 <body>
11 <!-- Using role=group just to force it to be a group in the a11y tree -->
12 <div role="group">
13 <h1>Google Chrome Terms of Service</h1>
14 <p>These Terms of Service apply to the executable code version of Google Chrome. Source code for Google Chrome is available free of charge under open source sof tware license agreements at http://code.google.com/chromium/terms.html.</p>
15 </div>
16 <div role="main">
17 <p><strong>1. Your relationship with Google</strong></p>
18 <p>1.1 Your use of Google’s products, software, services and web sites (referred to collectively as the “Services” in this document and excluding any services p rovided to you by Google under a separate written agreement) is subject to the t erms of a legal agreement between you and Google. “Google” means Google Inc., wh ose principal place of business is at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. This document explains how the agreement is made up, an d sets out some of the terms of that agreement.</p>
19 </div>
20 <button disabled><span id="span-in-button">Ok</span></button>
21 <button>Cancel</button>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698