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

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

Issue 1129313003: Compare :lang value case-insensitive in ASCII range (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use EXPECT instead of ASSERT Created 5 years, 7 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/css/case-sensitive-004.xhtml ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/case-sensitive-004-expected.xhtml
diff --git a/LayoutTests/fast/css/case-sensitive-004-expected.xhtml b/LayoutTests/fast/css/case-sensitive-004-expected.xhtml
new file mode 100644
index 0000000000000000000000000000000000000000..b39b9777f2d0578b3fc34a99b78c98f921788518
--- /dev/null
+++ b/LayoutTests/fast/css/case-sensitive-004-expected.xhtml
@@ -0,0 +1,18 @@
+<!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>
+ <style type="text/css">
+ * { color: green; }
+ </style>
+ </head>
+ <body>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ <p>This sentence must be green.</p>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/css/case-sensitive-004.xhtml ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698