Bug 1709347 - Add CanvasRenderingContext2D.reset(). r=lsalzman,webidl,smaug
[gecko.git] / layout / reftests / indic-shaping / gujarati-1b.html
blob60e0a6f5cf9b58db05aaa7bb4fe5270e0b6fee52
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Simple Gujarati shaping</title>
6 <style>
7 @font-face {
8 font-family: lohit-gu;
9 src: url(../fonts/ttf-indic/lohit_gu.ttf);
11 body {
12 font-family: lohit-gu;
13 font-size: 36px;
14 margin: 18px;
16 .w {
17 color: white;
19 </style>
20 </head>
21 <body>
22 <!-- Suppressing Reph so that the Ra does occupy space -->
23 <div>
24 !<span class="w">&#x0AB0;&#x0ACD;&#x200d;&#x0AB9;</span>!
25 </div>
26 </body>
27 </html>