layout/reftests/bugs/654057-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/654057-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style type="text/css">
     1.7 +/* This test is really intended for Segoe UI on Windows7;
     1.8 +   we provide a known fallback font for other platforms where
     1.9 +   the default font might not handle the diacritic (WinXP) */
    1.10 +@font-face {
    1.11 +  font-family: fallback;
    1.12 +  src: url(../fonts/DejaVuSansMono.woff);
    1.13 +}
    1.14 +p.test {
    1.15 +  font-family: "Segoe UI", fallback, sans-serif;
    1.16 +  font-size: 60px;
    1.17 +}
    1.18 +span.test {
    1.19 +  background: black;
    1.20 +}
    1.21 +</style>
    1.22 +</head>
    1.23 +<body>
    1.24 +<p>Diacritic should be hidden by the black background:</p>
    1.25 +<p class="test">x<span class="test">x&#x302;</span>x</p>
    1.26 +</body>
    1.27 +</html>

mercurial