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

PhantomJS crashed by un-well formatted asset url #4

Open
mcspring opened this issue Oct 14, 2013 · 2 comments
Open

PhantomJS crashed by un-well formatted asset url #4

mcspring opened this issue Oct 14, 2013 · 2 comments
Assignees

Comments

@mcspring
Copy link
Owner

such as:

  • href="//example.com/style.css"
  • src="//excample.com/logo.png"
@apanzerj
Copy link
Collaborator

apanzerj commented Oct 6, 2017

Technically, this is well formatted (at least according to ruby):

irb(main):002:0> URI.parse("//google.com")
=> #<URI::Generic //google.com>

Any idea what the crash was?

@apanzerj apanzerj self-assigned this Oct 6, 2017
@mcspring
Copy link
Owner Author

mcspring commented Oct 7, 2017

@apanzerj It relates to webkit or javascript. It crashes generation when the DOM contains resources without scheme.

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

No branches or pull requests

2 participants