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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/case-sensitive-004.xhtml

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/css/case-sensitive-004.xhtml
diff --git a/third_party/WebKit/LayoutTests/fast/css/case-sensitive-004.xhtml b/third_party/WebKit/LayoutTests/fast/css/case-sensitive-004.xhtml
index d20a2243b01c3bbe1e40a09676eb1e6fda927bf0..83b82e8ea3ee998712f9a86e0dd985d1fd9b3f99 100644
--- a/third_party/WebKit/LayoutTests/fast/css/case-sensitive-004.xhtml
+++ b/third_party/WebKit/LayoutTests/fast/css/case-sensitive-004.xhtml
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
+ <head><meta charset="utf-8"/>
<title>CSS Test: Case-sensitivity of :lang() arguments</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>

Powered by Google App Engine
This is Rietveld 408576698