Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Side by Side Diff: LayoutTests/fast/forms/fieldset/validation-message.html

Issue 1202563009: <fieldset> should be ignored in interactive validation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script src="../../../resources/js-test.js"></script>
4 <body>
5 <form>
6 <fieldset>
7 <input type="text" required>
8 </fieldset>
9 <button id='aButton'>Submit<button>
10 </form>
11 <script>
tkent 2015/06/25 12:47:08 Please add an explanation of this test. descripti
tanay.c 2015/06/25 13:37:29 Done.
12 var buttonid = document.getElementById('aButton');
13 buttonid.click();
14 </script>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698