public function testRbBase()
 {
     $expected = '<rb></rb>';
     $result = Html5Gen::rb();
     $this->assertEquality($expected, $result);
 }