mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1062108 - Adjust existing tests that are affected by the fix to synthetic-bold glyph advance. r=jdaggett
This commit is contained in:
parent
f29017166b
commit
8da00ce66d
@ -1194,7 +1194,7 @@ test-pref(dom.use_xbl_scopes_for_remote_xul,true) != 449149-1b.html about:blank
|
||||
== 455105-2.html 455105-ref.html
|
||||
== 455171-5.html 455171-5-ref.html
|
||||
== 455280-1.xhtml 455280-1-ref.xhtml
|
||||
skip-if(B2G) fails-if(Android) == 455826-1.html 455826-1-ref.html
|
||||
skip-if(B2G) == 455826-1.html 455826-1-ref.html
|
||||
skip-if(B2G) fails-if(cocoaWidget) fails-if(Android) == 456147.xul 456147-ref.html # bug 458047
|
||||
fuzzy-if(Android,11,40) fuzzy-if(B2G,11,35) fuzzy-if(d2d&&/^Windows\x20NT\x206\.2/.test(http.oscpu),1,69) == 456219-1a.html 456219-1-ref.html # bug 853273
|
||||
fuzzy-if(Android,11,40) fuzzy-if(B2G,11,35) fuzzy-if(d2d&&/^Windows\x20NT\x206\.2/.test(http.oscpu),1,69) == 456219-1b.html 456219-1-ref.html # bug 853273
|
||||
|
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: dvsm;
|
||||
src: url(../fonts/DejaVuSansMono.woff);
|
||||
font-family: dejavu;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: dvsm; /* family with only a single weight */
|
||||
font-family: dejavu; /* family with only a single weight */
|
||||
}
|
||||
|
||||
.test {
|
||||
|
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: dvsm;
|
||||
src: url(../fonts/DejaVuSansMono.woff);
|
||||
font-family: dejavu;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: dvsm; /* family with only a single weight */
|
||||
font-family: dejavu; /* family with only a single weight */
|
||||
}
|
||||
|
||||
.test {
|
||||
|
Loading…
Reference in New Issue
Block a user