Bug 689834. Only look at the muted attribute when initially creating the element. r=bzbarsky

This commit is contained in:
Andrew Quartey
2011-12-15 14:36:46 -05:00
parent c9506f3119
commit 460ab09e46
6 changed files with 23 additions and 6 deletions

View File

@@ -808,6 +808,8 @@ SinkContext::OpenContainer(const nsIParserNode& aNode)
break;
case eHTMLTag_button:
case eHTMLTag_audio:
case eHTMLTag_video:
content->DoneCreatingElement();
break;