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

Side by Side Diff: LayoutTests/fast/text/emphasis-complex.html

Issue 130433006: Implement CSS Emphasis Marks for complex text (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: countGraphemesInCluster based on m_normalizedBuffer (win build fix) Created 6 years, 10 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <meta charset="utf-8">
2 <title>Emphasis Marks on Complex Text</title>
3 <style>
4 @font-face
5 {
6 font-family: libertine;
7 src: url("../../third_party/Libertine/LinLibertine_R.woff");
8 }
9
10 body {
11 font-size: 30px;
12 }
13
14 p {
15 -webkit-text-emphasis-color: red;
16 -webkit-text-emphasis-style: open;
17 }
18
19 .lib {
20 font-family: libertine;
21 }
22
23 </style>
24 </head>
25 <body>
26 <!-- Emphasis circles are supposed to appear above all grapheme clusters, not ju st all glyphs. -->
27 <p>كتاب ألف ليلة وليلة</p>
28 <p>ភាសាខ្មែរ ភាសាខ្មែរ អត្ថបទ​គំរូ</p>
29 <p>MixedदेवनागरीMixed</p>
30 <p class="lib">AffiZ Af̀fiZ Libertine</p>
31 <p >Af̀fiZ Default Font</p>
32 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698