From a984a545e814dd1081382b9dc88bbbb7e3447c21 Mon Sep 17 00:00:00 2001 From: John Daggett Date: Thu, 8 Jan 2009 17:36:24 +0900 Subject: [PATCH] change crashtest for 472237 to use local font --- layout/style/crashtests/472237-1.html | 3 ++- layout/style/crashtests/crashtests.list | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/style/crashtests/472237-1.html b/layout/style/crashtests/472237-1.html index 2f7a5631df7..0d0e273db42 100644 --- a/layout/style/crashtests/472237-1.html +++ b/layout/style/crashtests/472237-1.html @@ -4,7 +4,8 @@ @font-face { font-family: "Fontin-Sans SC"; - src: url(http://raphaeljs.com/fontin-sans-sc.otf) format("opentype"); + /* the font url below is correct but won't be accessed due to cross-site restrictions */ + src: url(../../reftests/fonts/markA.ttf) format("opentype"); } diff --git a/layout/style/crashtests/crashtests.list b/layout/style/crashtests/crashtests.list index 50a2dfc45b1..36171fc9e27 100644 --- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -25,5 +25,5 @@ load 448161-2.html load 456196.html load 460217-1.html load 466845-1.html -load 472237-1.html +HTTP(..) load 472237-1.html load about:blank # 472237 doesn't occur when it's the last in the list