| Index: chrome/test/data/android/tabstest/tabs_test.html
|
| diff --git a/chrome/test/data/android/tabstest/tabs_test.html b/chrome/test/data/android/tabstest/tabs_test.html
|
| index d367a1180dc904fd82444ca6356ed213585aa5cc..21a4049a23bf4653c77485c76d189f5963fa6af0 100644
|
| --- a/chrome/test/data/android/tabstest/tabs_test.html
|
| +++ b/chrome/test/data/android/tabstest/tabs_test.html
|
| @@ -1,9 +1,13 @@
|
| <html>
|
| <head>
|
| + <meta name="viewport" content="width=device-width" />
|
| <title>Data file for TabsTest</title>
|
| </head>
|
| <body>
|
| +<textarea id="textarea" rows="4" cols="20">hello world</textarea>
|
| +<button type="button" id="button" onclick='window.open("about:blank");'>Click me!</button>
|
| +<br>
|
| <input type="text" id="input_text"></input>
|
| Data file for TabsTest.
|
| </body>
|
| -</html>
|
| +</html>
|
|
|