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

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, 6 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>
12 var buttonid = document.getElementById('aButton');
13 buttonid.click();
14 </script>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/fieldset/validation-message-expected.txt » ('j') | Source/core/html/HTMLFormElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698