Fixed TTS-1883 to modify judge condition more clearly in tct-fonts-css3-tests/fonts...
authorLi, Hao <haox.li@intel.com>
Wed, 14 Aug 2013 11:33:30 +0000 (19:33 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Wed, 14 Aug 2013 12:39:36 +0000 (20:39 +0800)
Signed-off-by: Li, Hao <haox.li@intel.com>
tct-fonts-css3-tests/fonts/csswg/COPYING
tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht

index f7788af5a3d29f59b49dc97064c9307639e1d8e2..903d19000ddb9794545bb4d5f4e25a50b9c98a05 100644 (file)
@@ -1,6 +1,17 @@
 This test suite comes from
 https://github.com/w3c/csswg-test
-without any modification.
+with some modifications:
+1.c524-font-var-000.xht
+ -  <p class="one">This sentence Should be In small Caps with Every other Word capitalized. </p>
+ -  <p class="one">
+ -   This sentence Should be In small Caps with Every other Word capitalized.
+ -   <span class="two">This sentence Should be In normal Mixed case (Every other Word capitalized).</span>
+ -  </p>
+ +  <p class="one">This sentence Should be In small Caps with Some letter Capitalized. </p>
+ +  <p class="one">
+ +   This sentence Should be In small Caps with Some letter Capitalized.
+ +   <span class="two">This sentence Should be In normal Mixed case (Some letter Capitalized).</span>
+ +  </p>
 
 These tests are copyright by W3C and/or the author listed in the test
 file. The tests are dual-licensed under the W3C Test Suite License:
index 5ef225cb4060f20c9e264430ed7cfd08f8b31362..28261adb7d45a0a41962d4bcc55401e8f349e359 100644 (file)
   <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
  </head>
  <body>
-  <p class="one">This sentence Should be In small Caps with Every other Word capitalized. </p>
+  <!--<p class="one">This sentence Should be In small Caps with Every other Word capitalized. </p>
   <p class="one">
    This sentence Should be In small Caps with Every other Word capitalized.
    <span class="two">This sentence Should be In normal Mixed case (Every other Word capitalized).</span>
+  </p>-->
+  <p class="one">This sentence Should be In small Caps with Some letter Capitalized. </p>
+  <p class="one">
+   This sentence Should be In small Caps with Some letter Capitalized.
+   <span class="two">This sentence Should be In normal Mixed case (Some letter Capitalized).</span>
   </p>
  </body>
 </html>