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