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

Don't crash when <img> fails to parse its src #12003

Merged
merged 4 commits into from Jul 5, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update expectations

  • Loading branch information
Manishearth committed Jul 5, 2016
commit 59bbbc129c2bfe68e59845c867f4ec1baef4ccfb
@@ -1,3 +1,11 @@
[fail-to-resolve.html]
type: testharness
expected: CRASH
[<img srcset="//[">]
expected: FAIL

[<img srcset="//[" src="/images/red.png">]
expected: FAIL

[<img srcset="//[, /images/red.png">]
expected: FAIL

@@ -1,8 +1,5 @@
[update-the-source-set.html]
type: testharness
[<img src="" data-expect="">]
expected: FAIL

[<img srcset="data:,b" src="data:,a" data-expect="data:,b">]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.