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

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

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
OLDNEW
1 <script src="../resources/common.js"></script> 1 <script src="../resources/common.js"></script>
2 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../js/resources/js-test-pre.js"></script>
3 <style> 3 <style>
4 input:active { 4 input:active {
5 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12); 5 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
6 } 6 }
7 </style> 7 </style>
8 <input id="show-home-button"> 8 <input id="show-home-button">
9 <label for="show-home-button">Show Home Button</label> 9 <label for="show-home-button">Show Home Button</label>
10 <script> 10 <script>
11 clickElement(document.querySelector('label')); 11 clickElement(document.querySelector('label'));
12 testPassed('if not crashed.'); 12 testPassed('if not crashed.');
13 </script> 13 </script>
14 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698