OSDN Git Service

* Added test code of the marquee tag for XHTML1.0 converter.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 21 Oct 2008 14:32:57 +0000 (14:32 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 21 Oct 2008 14:32:57 +0000 (14:32 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3491 1a406e8e-add9-4483-a2c8-d8cac5b7c224

test/chxj_ixhtml10/test_chxj_ixhtml10.c

index df28e61..ec631f4 100644 (file)
@@ -13231,7 +13231,7 @@ void test_ixhtml10_marquee_tag_005()
 void test_ixhtml10_marquee_tag_006()
 {
 #define  TEST_STRING "<marquee direction=\"\">ハンカク</marquee>"
-#define  RESULT_STRING "<marquee>ハンカク</marquee>"
+#define  RESULT_STRING "<span style=\"display:-wap-marquee;\">ハンカク</span>"
   char  *ret;
   char  *tmp;
   device_table spec;