From: yuex.ma Date: Wed, 17 Jul 2013 08:00:45 +0000 (-0700) Subject: Fix bug TTS-1761 to modify the repeat font-family of default-src_cross_origin X-Git-Tag: 2.2.1_release~72^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6940ee98d9fae824215e59fc72f01488c39b8783;p=test%2Ftct%2Fweb%2Fwrt.git Fix bug TTS-1761 to modify the repeat font-family of default-src_cross_origin Change-Id: Ic128c2779cfd5b1488a64540b3aa54e245005a7d Signed-off-by: yuex.ma --- diff --git a/tct-ext02-wrt-tests/default-src_cross_origin/index.html b/tct-ext02-wrt-tests/default-src_cross_origin/index.html index ba43342..6d6a07c 100644 --- a/tct-ext02-wrt-tests/default-src_cross_origin/index.html +++ b/tct-ext02-wrt-tests/default-src_cross_origin/index.html @@ -33,11 +33,11 @@ Authors: Test: default-src_cross_origin - - - - - + + + + + @@ -56,19 +56,19 @@ Authors: background-color: green; } @font-face { - font-family: Canvas; + font-family: Canvas1; src: url("http://127.0.0.1:8082/opt/tct-ext02-wrt-tests/w3c/support/CanvasTest.ttf"); } #test1 { - font-family: Canvas; + font-family: Canvas1; }
Test passes if the first two lines have the same font style and different from the third line and two "PASS" are displayed.
-
1234 ABCD
1234 ABCD
1234 ABCD
+
1234 ABCD

@@ -121,4 +121,4 @@ Authors: } - + \ No newline at end of file