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

Side by Side Diff: LayoutTests/fast/css/case-sensitive-003-expected.xhtml

Issue 1135563002: Do not compare case-insensitive for 16bit pseudo identifier (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add 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.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.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
« no previous file with comments | « LayoutTests/fast/css/case-sensitive-003.xhtml ('k') | Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698