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

Side by Side Diff: LayoutTests/fast/forms/textfield-clone-expected.txt

Issue 163103002: Mark the x-webkit-speech input element attribute as deprecated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Trying to fix CRLF issue Created 6 years, 10 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
OLDNEW
1 CONSOLE WARNING: The 'x-webkit-speech' input field attribute is deprecated. Plea se use the JavaScript API instead.
1 There was a bug that the value property of a cloned text input was not updated. 2 There was a bug that the value property of a cloned text input was not updated.
2 3
3 Check for text type: 4 Check for text type:
4 PASS clone.value is newValue 5 PASS clone.value is newValue
5 Check for search type: 6 Check for search type:
6 PASS clone.value is newValue 7 PASS clone.value is newValue
7 Check for search type: 8 Check for search type:
8 PASS clone.value is newValue 9 PASS clone.value is newValue
9 Check for number type: 10 Check for number type:
10 PASS clone.value is newValue 11 PASS clone.value is newValue
11 PASS successfullyParsed is true 12 PASS successfullyParsed is true
12 13
13 TEST COMPLETE 14 TEST COMPLETE
14 15
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-user-modify-expected.txt ('k') | LayoutTests/fast/speech/bubble-position-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698