Chromium Code Reviews| 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 cfa7bb66b18a3286cd792e7edd6576e104dea4e1..f89c59e837c86bf6f5037bd3c2c877035e05a96e 100644 |
| --- a/content/test/data/android/input/input_forms.html |
| +++ b/content/test/data/android/input/input_forms.html |
| @@ -22,6 +22,7 @@ |
| <!-- We may trigger different sets of events for CONTENTEDITABLE and INPUT / TEXTAREA --> |
| <div id="contenteditable_event" contenteditable><b>ab</b>cd<i>ef<b>gh</b></i></div> |
| + <a id="link" href="https://www.google.com">google</a> |
|
Changwan Ryu
2016/10/19 05:10:21
Does the test pass even when network is disabled?
yabinh
2016/10/24 01:40:57
Done.
|
| <script> |
| var log = ""; |