<?xml version="1.0" encoding="UTF-8"?>
<!--
test markup also accepts 3 properties: warning, profile and medium
like <test profile="css2" medium="all" warning="0">
where warning means warninglevel in use (0 => normal, no => none).
-->
<testsuite>
  <type title="Valid_at_keyframes">
    <test profile="css3" warning="no">
      <file>testsuite/at-rules/positive/keyframes/css3/keyframes.css</file>
      <description>Valid @keyframes level css3</description>
      <result valid="true" />
    </test>
  </type>
  <type title="Valid_at_layer">
    <test profile="css3" warning="no">
      <file>testsuite/at-rules/positive/layer/css3/layer.css</file>
      <description>Valid @layer level css3</description>
      <result valid="true" />
    </test>
  </type>
  <type title="Valid_at_supports">
    <test profile="css3" warning="no">
      <file>testsuite/at-rules/positive/supports/css3/supports-3.css</file>
      <description>Valid @supports level css3</description>
      <result valid="true" />
    </test>
    <test profile="css3" warning="no">
      <file>testsuite/at-rules/positive/supports/css3/supports-4.css</file>
      <description>Valid @supports level css3</description>
      <result valid="true" />
    </test>
  </type>
<!--
test markup also accepts 3 properties: warning, profile and medium
like <test profile="css2" medium="all" warning="0">
where warning means warninglevel in use (0 => none).
-->
</testsuite>
