bug 831354 - test fix 6 - canvas and svg language-font tests pass on android with the Open Sans font prefs. r=dbaron

This commit is contained in:
Jonathan Kew 2013-01-19 21:36:19 +00:00
parent 20390d62c1
commit d76d9f70b6
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ skip-if(B2G) asserts-if(cocoaWidget,0-2) == size-change-1.html size-change-1-ref
!= text-bidi-ltr-test.html text-bidi-ltr-notref.html # for bug 698185
== text-bidi-rtl-test.html text-bidi-rtl-ref.html
fails-if(Android||B2G) != text-font-lang.html text-font-lang-notref.html
fails-if(B2G) != text-font-lang.html text-font-lang-notref.html
== text-measure.html text-measure-ref.html

View File

@ -271,8 +271,8 @@ HTTP(..) == text-gradient-04.svg text-gradient-04-ref.svg
== text-in-link-02.svg text-in-link-02-ref.svg
== text-in-link-03.svg text-in-link-03-ref.svg
# Tests for bug 546813: sanity-check using HTML text, then test SVG behavior.
skip-if(B2G) fails-if(Android) != text-language-00.xhtml text-language-00-ref.xhtml
skip-if(B2G) fails-if(Android) random-if(gtk2Widget) != text-language-01.xhtml text-language-01-ref.xhtml # Fails on Linux tryserver due to lack of CJK fonts.
skip-if(B2G) != text-language-00.xhtml text-language-00-ref.xhtml
skip-if(B2G) random-if(gtk2Widget) != text-language-01.xhtml text-language-01-ref.xhtml # Fails on Linux tryserver due to lack of CJK fonts.
fuzzy-if(OSX==10.8,46,26) == text-layout-01.svg text-layout-01-ref.svg
== text-layout-02.svg text-layout-02-ref.svg
== text-layout-03.svg text-layout-03-ref.svg

View File

@ -18,7 +18,7 @@ div {
Expectation is that these will have different default fonts,
so the test and reference should NOT match. -->
<body>
<div lang="en" style="height:100px">
<div lang="ar" style="height:100px">
<svg xmlns="http://www.w3.org/2000/svg" height="200">
<text y="50">Hello world, 你好吗?</text>
</svg>