[common][tct-fonts-css3-tests][DPTTIZEN-2980 Modify tc due to tc issue] 67/165667/1
authorlin qunfang <qunfang.lin@samsung.com>
Wed, 3 Jan 2018 17:24:05 +0000 (01:24 +0800)
committerlin qunfang <qunfang.lin@samsung.com>
Wed, 3 Jan 2018 17:24:38 +0000 (01:24 +0800)
Change-Id: I3c35b18d95e64da45e12ffa80cce3715abdf77c8
Signed-off-by: lin qunfang <qunfang.lin@samsung.com>
common/tct-fonts-css3-tests/fonts/csswg/font-family-011.xht

index 0da79f723b9ffea3fa3a7229351d85edc20c3d0c..d510a560e7bad35b4ee7f80158864f3db842ba3e 100755 (executable)
 
   <style type="text/css">
    .test { border: solid; margin: 1em; padding: 0 1em; background: navy; color: yellow; font: 900 2em Ahem, Marlett, Arial; }
-   .a { font-family: Courier New, Ahem, Marlett, Arial, sans-serif; }
-   .b { font-family: Courier            New, Ahem, Marlett, Arial, sans-serif; } /* keep those spaces! */
+   .a { font-family: Courier New, Marlett, Arial, sans-serif; }
+   .b { font-family: Courier            New, Marlett, Arial, sans-serif; } /* keep those spaces! */
    .c { font-family: Courier
-New, Ahem, Marlett, Arial, sans-serif; } /* do not delete this newline! */
-   .d { font-family:  Courier  New  , Ahem, Marlett, Arial, sans-serif; } /* that is a tab! */
+New, Marlett, Arial, sans-serif; } /* do not delete this newline! */
+   .d { font-family:  Courier  New  , Marlett, Arial, sans-serif; } /* that is a tab! */
   </style>
  </head>
  <body>