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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/select-text-svgfont.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/svg/text/select-text-svgfont.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/select-text-svgfont.html b/third_party/WebKit/LayoutTests/svg/text/select-text-svgfont.html
index b3dae37fe5c2e401dd08e832a84358e8f2db5de0..87eb62429c970728013cff2e197d4239c73b9467 100644
--- a/third_party/WebKit/LayoutTests/svg/text/select-text-svgfont.html
+++ b/third_party/WebKit/LayoutTests/svg/text/select-text-svgfont.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
-<head>
+<head><meta charset="utf-8"/>
<title>Test for per-character selection with SVG font</title>
<style>

Powered by Google App Engine
This is Rietveld 408576698