Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 654057-1.html
blob0a2cf5fcb6f961c1b31a08c7c553d688ebc535a0
1 <html>
2 <head>
3 <style type="text/css">
4 /* This test is really intended for Segoe UI on Windows7;
5 we provide a known fallback font for other platforms where
6 the default font might not handle the diacritic (WinXP) */
7 @font-face {
8 font-family: fallback;
9 src: url(../fonts/DejaVuSansMono.woff);
11 p.test {
12 font-family: "Segoe UI", fallback, sans-serif;
13 font-size: 60px;
15 span.test {
16 background: black;
18 </style>
19 </head>
20 <body>
21 <p>Diacritic should be hidden by the black background:</p>
22 <p class="test">x<span class="test">x&#x302;</span>x</p>
23 </body>
24 </html>