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
syntax-009.xml
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <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/#syntax"/>
  <link rel="match" href="reftest/ref-lime-1.xml"/>
  <title>CSS Namespaces Test Suite: escaped vertical bar in qualified name</title>
  <style>
   @namespace x "test";
   test { background:red }
   x|test { background:lime }
   x\00007Ctest { background:red }
  </style>
 </head>
 <body>
  <p><test xmlns="test">This sentence should have a green background.</test></p>
 </body>
</html>
back to top