| Index: chrome/browser/resources/chromeos/chromevox/testing/snippets.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/snippets.js b/chrome/browser/resources/chromeos/chromevox/testing/snippets.js
|
| index 63b38ada2e12f7ff86e547bf78e8c6ed6a77b3e6..4e0de6210459110c57ee51fb209b254c5e22c1dd 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/snippets.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/snippets.js
|
| @@ -6,16 +6,18 @@
|
| * @fileoverview Contains html snippets shared by multiple tests.
|
| */
|
|
|
| -function toolbarDoc() {/*!
|
| - <div tabindex=0 role="toolbar">
|
| - <button>Back</button>
|
| - <button>Forward</button>
|
| - </div>
|
| -*/}
|
| +function toolbarDoc() { /*!
|
| + <div tabindex=0 role="toolbar">
|
| + <button>Back</button>
|
| + <button>Forward</button>
|
| + </div>
|
| + */
|
| +}
|
|
|
| -function headingDoc() {/*!
|
| - <h1>World</h1>
|
| - <p>Canada</p>
|
| - <h2>United States</h2>
|
| - <a href="whitehouse.gov">White House</a>
|
| -*/}
|
| +function headingDoc() { /*!
|
| + <h1>World</h1>
|
| + <p>Canada</p>
|
| + <h2>United States</h2>
|
| + <a href="whitehouse.gov">White House</a>
|
| + */
|
| +}
|
|
|