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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/case-sensitive-003.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-003.xhtml
diff --git a/third_party/WebKit/LayoutTests/fast/css/case-sensitive-003.xhtml b/third_party/WebKit/LayoutTests/fast/css/case-sensitive-003.xhtml
index fbf63c5aa34550e5a0340539b30d6d6f3a9441a9..1eaa79e56861a8bfe3c67b89b25db12cae5ae9e0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/case-sensitive-003.xhtml
+++ b/third_party/WebKit/LayoutTests/fast/css/case-sensitive-003.xhtml
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
+ <head><meta charset="utf-8"/>
<title>CSS Test: Case-sensitivity of pseudo-classes and pseudo-elements</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