481948-3.html (708B)
1 <html> 2 <head> 3 <style type="text/css"> 4 .R { color: #FF0000; } 5 .G { color: #00FF00; } 6 .B { color: #0000FF; } 7 .K { color: #000000; } 8 </style> 9 </head> 10 <body> 11 <p>There should be only red and black text here</p> 12 <p style="font-size: 24pt;"> 13 <!-- The first three spans here become a single Devanagari cluster, 14 so the entire cluster is painted with the color of the first 15 character. Currently NOT true on Linux, see bug 488364. --> 16 <span class="R">र्</span><span 17 class="G">क्</span><span 18 class="B">क</span><span 19 class="K">क</span> 20 </p> 21 </body> 22 </html>