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

Side by Side Diff: LayoutTests/fast/forms/label/label-assertion-with-active-style.html

Issue 18216003: Fix an assertion failure in rendererIsFocusable of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/forms/label/label-assertion-with-active-style-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <script src="../resources/common.js"></script>
2 <script src="../../js/resources/js-test-pre.js"></script>
3 <style>
4 input:active {
5 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
6 }
7 </style>
8 <input id="show-home-button">
9 <label for="show-home-button">Show Home Button</label>
10 <script>
11 clickElement(document.querySelector('label'));
12 testPassed('if not crashed.');
13 </script>
14 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/label/label-assertion-with-active-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698