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

Update srcset parsing tests to current spec and add some new ones #1262

Merged
merged 2 commits into from Sep 30, 2014
Merged

Update srcset parsing tests to current spec and add some new ones #1262

merged 2 commits into from Sep 30, 2014

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Sep 29, 2014

No description provided.

@tobie tobie added the html label Sep 29, 2014
@hoppipolla-critic-bot
Copy link

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

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.

<img srcset='data:,a [ , data:,b 1x, ], data:,c' data-expect='data:,b'>
<img srcset='data:,a { , data:,b 1x, }, data:,c' data-expect='data:,b'>
<img srcset='data:,a " , data:,b 1x, ", data:,c' data-expect='data:,b'>
<img srcset='data:,a \,data:;\,b, data:,c' data-expect='data:;\,b'>
Copy link
Contributor

Choose a reason for hiding this comment

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

LGTM

@yoavweiss
Copy link
Contributor

LGTM. I'd merge it if I had permissions :)

zcorpan added a commit that referenced this pull request Sep 30, 2014
Update srcset parsing tests to current spec and add some new ones
@zcorpan zcorpan merged commit 434e5d9 into web-platform-tests:master Sep 30, 2014
@zcorpan zcorpan deleted the img-srcset-drop-unknown branch September 30, 2014 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants