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:
<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>