OLD | NEW |
(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> |
OLD | NEW |