bug 1242874 - part5 : add test. r=baku, r=ehsan

MozReview-Commit-ID: 1X7xAbiKhC3
This commit is contained in:
Alastor Wu
2016-04-28 00:23:52 +08:00
parent 872b202911
commit 9f6316957f
7 changed files with 500 additions and 1 deletions

View File

@@ -5586,6 +5586,12 @@ HTMLMediaElement::ComputedMuted() const
return (mMuted & MUTED_BY_AUDIO_CHANNEL);
}
nsSuspendedTypes
HTMLMediaElement::ComputedSuspended() const
{
return mAudioChannelSuspended;
}
bool
HTMLMediaElement::IsCurrentlyPlaying() const
{