id-default.htmlt 93 B

12345
  1. --HTML--
  2. <span id="moon">foobar</span>
  3. --EXPECT--
  4. <span>foobar</span>
  5. --# vim: et sw=4 sts=4