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

Side by Side Diff: LayoutTests/fast/css/parsing-css-nonascii-expected.txt

Issue 1253403005: Implement CSS.escape (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix final test Created 5 years, 4 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
1 Test parsing of CSS escapes. 1 Test parsing of CSS escapes.
2 2
3 SUCCESS 3 SUCCESS
4 4
5 Rules from the stylesheet: 5 Rules from the stylesheet:
6 6
7 #a127_\ { color: red; } 7 #a127_\7f { color: red; }
8 #a128_€ { color: red; } 8 #a128_€ { color: red; }
9 #b128_€ { color: green; } 9 #b128_€ { color: green; }
10 #a159_Ÿ { color: red; } 10 #a159_Ÿ { color: red; }
11 #b159_Ÿ { color: green; } 11 #b159_Ÿ { color: green; }
12 #a160_  { color: red; } 12 #a160_  { color: red; }
13 #b160_  { color: green; } 13 #b160_  { color: green; }
14 #a384_ƀ { color: red; } 14 #a384_ƀ { color: red; }
15 #b384_ƀ { color: green; } 15 #b384_ƀ { color: green; }
16 Expected result: 16 Expected result:
17 17
18 #a127_\ { color: red; } 18 #a127_\7f { color: red; }
19 #a128_€ { color: red; } 19 #a128_€ { color: red; }
20 #b128_€ { color: green; } 20 #b128_€ { color: green; }
21 #a159_Ÿ { color: red; } 21 #a159_Ÿ { color: red; }
22 #b159_Ÿ { color: green; } 22 #b159_Ÿ { color: green; }
23 #a160_  { color: red; } 23 #a160_  { color: red; }
24 #b160_  { color: green; } 24 #b160_  { color: green; }
25 #a384_ƀ { color: red; } 25 #a384_ƀ { color: red; }
26 #b384_ƀ { color: green; } 26 #b384_ƀ { color: green; }
27 27
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nonascii.html ('k') | LayoutTests/fast/css/selector-text-escape.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698