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

Side by Side Diff: Source/web/tests/data/viewport/viewport-138.html

Issue 416173003: Merge 176713 "Uptake http://trac.webkit.org/changeset/169848" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2062/
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/ViewportTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <head> 1 <head>
2 <title>width=123 proceded by trash with special unicode folding</title> 2 <title>width=123 proceded by trash with special unicode folding</title>
3 <!-- 2x LATIN CAPITAL LETTER I WITH DOT ABOVE followed by =ignore,width=123 3 <!-- 2x LATIN CAPITAL LETTER I WITH DOT ABOVE followed by =ignore,width=123
4 During parsing the content will be converted to lower case with proper 4 During parsing the content will be converted to lower case with proper
5 unicode folding (F = full) meaning that the U+0130's each will be 5 unicode folding (F = full) meaning that the U+0130's each will be
6 converted into two chars - lowercase i followed by U+0307 (COMBINING 6 converted into two chars - lowercase i followed by U+0307 (COMBINING
7 DOT ABOVE). This test case checks that we iterate over the lowered 7 DOT ABOVE). This test case checks that we iterate over the lowered
8 string length and ends up with 123 as width, instead of 1. --> 8 string length and ends up with 123 as width, instead of 1. -->
9 <meta name="viewport" content="&#x0130;&#x0130;=ignore,width=123"> 9 <meta name="viewport" content="&#x0130;&#x0130;=ignore,width=123">
10 </head> 10 </head>
OLDNEW
« no previous file with comments | « Source/web/tests/ViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698