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

Side by Side Diff: LayoutTests/fast/forms/search/intrinsic-search-width-with-decoration-border-padding.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #search1::-webkit-search-cancel-button { 3 #search1::-webkit-search-cancel-button {
4 border: 10px solid lime; 4 border: 10px solid lime;
5 padding: 10px; 5 padding: 10px;
6 } 6 }
7 #search1::-webkit-search-decoration { 7 #search1::-webkit-search-decoration {
8 border: 10px solid lime; 8 border: 10px solid lime;
9 padding: 10px; 9 padding: 10px;
10 } 10 }
11 </style> 11 </style>
12 <body> 12 <body>
13 <script src="../../js/resources/js-test-pre.js"></script> 13 <script src="../../js/resources/js-test-pre.js"></script>
14 14
15 <input type="search" id="search1"> 15 <input type="search" id="search1">
16 <input type="search" id="search2"> 16 <input type="search" id="search2">
17 <script> 17 <script>
18 shouldBe('document.getElementById("search1").offsetWidth', 'document.getElementB yId("search2").offsetWidth'); 18 shouldBe('document.getElementById("search1").offsetWidth', 'document.getElementB yId("search2").offsetWidth');
19 </script> 19 </script>
20 20
21 <script src="../../js/resources/js-test-post.js"></script>
22 </body> 21 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/search-hide-cancel-on-cancel.html ('k') | LayoutTests/fast/forms/search/search-setrangetext.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698