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

Side by Side Diff: LayoutTests/fast/speech/intrinsic-input-width-with-speech-border-padding.html

Issue 264973003: Remove layout tests for the legacy x-webkit-speech API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 <style>
3 input::-webkit-input-speech-button {
4 border: 10px solid lime;
5 padding: 10px;
6 }
7 </style>
8 <body>
9 <script src="../../resources/js-test.js"></script>
10
11 <input id="input1">
12 <input x-webkit-speech id="speechInput1">
13 <script>
14 shouldBe('document.getElementById("speechInput1").offsetWidth', 'document.getEle mentById("input1").offsetWidth');
15 </script>
16
17 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698