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

Side by Side Diff: LayoutTests/fast/speech/intrinsic-input-width-with-speech-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 input::-webkit-input-speech-button { 3 input::-webkit-input-speech-button {
4 border: 10px solid lime; 4 border: 10px solid lime;
5 padding: 10px; 5 padding: 10px;
6 } 6 }
7 </style> 7 </style>
8 <body> 8 <body>
9 <script src="../js/resources/js-test-pre.js"></script> 9 <script src="../js/resources/js-test-pre.js"></script>
10 10
11 <input id="input1"> 11 <input id="input1">
12 <input x-webkit-speech id="speechInput1"> 12 <input x-webkit-speech id="speechInput1">
13 <script> 13 <script>
14 shouldBe('document.getElementById("speechInput1").offsetWidth', 'document.getEle mentById("input1").offsetWidth'); 14 shouldBe('document.getElementById("speechInput1").offsetWidth', 'document.getEle mentById("input1").offsetWidth');
15 </script> 15 </script>
16 16
17 <script src="../js/resources/js-test-post.js"></script>
18 </body> 17 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/speech/input-text-speechstart.html ('k') | LayoutTests/fast/speech/scripted/basics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698