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

Side by Side 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: Add wtf unit test 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <style type="text/css">
5 * { color: green; }
6 </style>
7 </head>
8 <body>
9 <p>This sentence must be green.</p>
10 <p>This sentence must be green.</p>
11 <p>This sentence must be green.</p>
12 <p>This sentence must be green.</p>
13 <p>This sentence must be green.</p>
14 <p>This sentence must be green.</p>
15 <p>This sentence must be green.</p>
16 <p>This sentence must be green.</p>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698