Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert b1a31096 - Test for non-support of <source media> #2565

Merged
merged 2 commits into from Feb 10, 2016

Conversation

patrickkettner
Copy link
Contributor

fixes #2189

@wpt-pr-bot
Copy link
Collaborator

Reviewers for this pull request are: @Ms2ger, @gsnedders, @jdm, @jgraham, @plehegar, @sideshowbarker, @zcorpan, and @zqzhang.

@wpt-pr-bot wpt-pr-bot added the html label Feb 5, 2016
@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/6172

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.


document.write(
"<source src='" + getVideoURI("/media/movie_300") + "'" +
" />"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add media="not all" here to see that the attribute is actually ignored for video elements.

<!DOCTYPE HTML>
<html>
<head>
<title>Change this to HTML5 Media Elements: 'media' attribute</title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "Change this to " :-D

LGTM after fixing that. Feel free to squash the commits into one if you like. Please add a new comment if you want me to merge.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well thats embarrassing :]

updated, thanks a bunch

zcorpan added a commit that referenced this pull request Feb 10, 2016
revert b1a3109 - Test for non-support of <source media>
@zcorpan zcorpan merged commit 523c271 into web-platform-tests:master Feb 10, 2016
@zcorpan
Copy link
Member

zcorpan commented Feb 10, 2016

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

html/semantics/embedded-content/media-elements/historical.html does not allow HTMLSourceElement.media to exist
5 participants