public function testMapBase()
 {
     $expected = '<map name="hello"></map>';
     $result = Html5Gen::map(['name' => 'hello']);
     $this->assertEquality($expected, $result);
 }