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

Unified Diff: LayoutTests/fast/forms/suggested-value-after-setvalue.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 | « LayoutTests/fast/forms/suggested-value.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/suggested-value-after-setvalue.html
diff --git a/LayoutTests/fast/forms/suggested-value-after-setvalue.html b/LayoutTests/fast/forms/suggested-value-after-setvalue.html
index 2e2e070f048048b579e2894474d2a3b1720cebd9..811d0ddecc1b2d8ddb28dfb78c2115b1a5d3f516 100644
--- a/LayoutTests/fast/forms/suggested-value-after-setvalue.html
+++ b/LayoutTests/fast/forms/suggested-value-after-setvalue.html
@@ -10,7 +10,7 @@
var input = document.getElementById('test');
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 | « LayoutTests/fast/forms/suggested-value.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698