| Index: content/test/data/android/input/input_forms.html
|
| diff --git a/content/test/data/android/input/input_forms.html b/content/test/data/android/input/input_forms.html
|
| index 55b0dadfa80310ca8fa465cd0cd99ff71f185fae..34bb8b3175199881966292e0aa01e0508319a621 100644
|
| --- a/content/test/data/android/input/input_forms.html
|
| +++ b/content/test/data/android/input/input_forms.html
|
| @@ -3,7 +3,7 @@
|
| <meta name="viewport" content="width=device-width" />
|
| </head>
|
| <body>
|
| - <form action="about:blank">
|
| + <form id="form1" action="about:blank">
|
| <input id="input_text" type="text" size="10"/>
|
| <br/>
|
| </form>
|
| @@ -19,6 +19,13 @@
|
| <input id="input_number2" type="number" /><br/>
|
| <br/>
|
| <span id="plain_text">This is Plain Text One</span>
|
| + <br/>
|
| + <div id="contenteditable1" contenteditable>contenteditable1</div>
|
| + <br/>
|
| + <input id="search1" type="search" size="10" />
|
| + <br/>
|
| + <input id="input_text1" type="text" size="10" />
|
| + <br/>
|
| </form>
|
|
|
| <!-- We may trigger different sets of events for CONTENTEDITABLE and INPUT / TEXTAREA -->
|
|
|