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

Unified Diff: LayoutTests/fast/forms/suggested-value.html

Issue 334793005: Minor change: use single quote for JavaScript code in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/forms/suggested-value-after-setvalue.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/suggested-value.html
diff --git a/LayoutTests/fast/forms/suggested-value.html b/LayoutTests/fast/forms/suggested-value.html
index 2c89a324816b561491a877b64440bb62736b4634..e95babcac6f9ee9822eece4cfa4856aab574811c 100644
--- a/LayoutTests/fast/forms/suggested-value.html
+++ b/LayoutTests/fast/forms/suggested-value.html
@@ -11,7 +11,7 @@ instead of "initial value".</p>
var input = document.getElementById('test');
var month = document.getElementById('month');
var textarea = document.getElementById('textarea');
-textarea.value = "initial value";
+textarea.value = 'initial value';
var select = document.getElementById('select');
select.selectedIndex = -1;
var result = document.getElementById('result');
« no previous file with comments | « no previous file | LayoutTests/fast/forms/suggested-value-after-setvalue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698