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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/word-spacing-characters-003-expected.html

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 years, 8 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 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>CSS Test: word-spacing on Zero-Width Characters</title> 5 <title>CSS Test: word-spacing on Zero-Width Characters</title>
5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne t/contact"> 6 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne t/contact">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props">
7 <meta name="flags" content=""> 8 <meta name="flags" content="">
8 <meta name="assert" content="Word-spacing does not affect zero-width character s."> 9 <meta name="assert" content="Word-spacing does not affect zero-width character s.">
9 <style type="text/css"> 10 <style type="text/css">
10 div { 11 div {
11 margin: 1em; 12 margin: 1em;
12 font-family: monospace; 13 font-family: monospace;
13 page-break-inside: avoid; 14 page-break-inside: avoid;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <div class="ws-normal"> 67 <div class="ws-normal">
67 <p class="control"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p> 68 <p class="control"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p>
68 <p class="test"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p> 69 <p class="test"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p>
69 </div> 70 </div>
70 <div class="ws-pre"> 71 <div class="ws-pre">
71 <p class="control"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p> 72 <p class="control"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p>
72 <p class="test"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p> 73 <p class="test"><span>A&zwj;&zwj;&zwj;&zwj;B</span></p>
73 </div> 74 </div>
74 75
75 </body> 76 </body>
76 </html> 77 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698