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

Unified Diff: third_party/WebKit/LayoutTests/fast/parser/smart-quotes-in-tag.html

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 years, 9 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
Index: third_party/WebKit/LayoutTests/fast/parser/smart-quotes-in-tag.html
diff --git a/third_party/WebKit/LayoutTests/fast/parser/smart-quotes-in-tag.html b/third_party/WebKit/LayoutTests/fast/parser/smart-quotes-in-tag.html
index 820201c4cedbd62bc49ea09cdce761df2c96923d..457596ff4bfc6b7b9e71f0db24f7ea2c4f9442d3 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/smart-quotes-in-tag.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/smart-quotes-in-tag.html
@@ -1,3 +1,4 @@
+<meta charset="utf-8">
<script>
if (window.testRunner)
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698