Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / fontfaceset-multiple-families.html
index c8e97e6..51e0aeb 100644 (file)
@@ -55,6 +55,8 @@ function onLoadingDone(e) {
     shouldBeTrue("document.fonts.check('10px TestFont1')");
     shouldBeTrue("document.fonts.check('10px TestFont2')");
     shouldBeTrue("document.fonts.check('10px TestFont1, TestFont2')");
+    shouldBeTrue("document.fonts.check('10px Times')");
+    shouldBeTrue("document.fonts.check('10px TestFont1, Times')");
 }
 
 function onLoadingError(e) {
@@ -67,6 +69,7 @@ function onLoadingError(e) {
     shouldBe('failedFonts', "['TestFont3', 'TestFont4']");
     shouldBeFalse("document.fonts.check('10px TestFont3')");
     shouldBeFalse("document.fonts.check('10px TestFont4')");
+    shouldBeFalse("document.fonts.check('10px TestFont4, Times')");
 }
 
 function finish() {