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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/fixed-pitch-control-characters.html

Issue 1964773002: Render Unicode control characters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: w/Test changes Created 4 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
OLDNEW
(Empty)
1 <script src="../../resources/ahem.js"></script>
2 <style>
3 div { font-family: 'Ahem'; font-size: 25px; width: 100px; color: green; back ground-color: red; }
4 </style>
5 <div>
6 <span>x&#x0c;x</span><span>xx</span>
7 <!--
8 <span>x&#x0c;e&#x301;</span><span>xx</span>
9 -->
10 <span>x&#x0b;x</span><span>xx</span>
11 <!--
12 <span>x&#x0b;e&#x301;</span><span>xx</span>
13 -->
14 </div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698