https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 04e127873f9be93a97d923a3a977fab4d75eb992 authored by Stephen McGruer on 11 April 2018, 18:23:39 UTC
Web Animations: Fix bugs in procedure to process a keyframes argument
Tip revision: 04e1278
prefix-003.xml
<root>
 <head xmlns="http://www.w3.org/1999/xhtml">
  <link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
  <link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
  <link rel="help" href="http://www.w3.org/TR/css-namespaces-3/#prefixes"/>
  <link rel="match" href="reftest/ref-lime-1-generic.xml"/>
  <title>CSS Namespaces Test Suite: empty string prefix (Implied element namespace)</title>
  <style>
   @namespace foo "";
   t { background:red }
   foo|t { background:lime }
  </style>
 </head>
 <t>This sentence should have a green background.</t>
</root>
back to top