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

Acid3 test fails to start #2

Open
vi opened this issue Jan 21, 2015 · 1 comment
Open

Acid3 test fails to start #2

vi opened this issue Jan 21, 2015 · 1 comment

Comments

@vi
Copy link

vi commented Jan 21, 2015

Althouh really simple JavaScript case like here does work, Acid3 just fails to start. I wanted to check how much points will edbrowse get, but there is no number at all:

$ ./src/edbrowse http://acid3.acidtests.org/
no ssl certificate file specified; secure connections cannot be verified
183856
warning: http error 404, Not Found
line 153: could not fetch javascript from http://acid3.acidtests.org/data:text/javascript,d1%20%3D%20'one'%3B, code 404
warning: http error 404, Not Found
line 154: could not fetch javascript from http://acid3.acidtests.org/data:text/javascript;base64,ZDIgPSAndHdvJzs%3D, code 404
warning: http error 404, Not Found
line 155: could not fetch javascript from http://acid3.acidtests.org/data:text/javascript;base64,%5a%44%4d%67%50%53%41%6e%64%47%68%79%5a%57%55%6e%4f%77%3D%3D, code 404
warning: http error 404, Not Found
line 156: could not fetch javascript from http://acid3.acidtests.org/data:text/javascript;base64,%20ZD%20Qg%0D%0APS%20An%20Zm91cic%0D%0A%207%20, code 404
warning: http error 404, Not Found
line 157: could not fetch javascript from http://acid3.acidtests.org/data:text/javascript,d5%20%3D%20'five%5Cu0027s'%3B, code 404
349
1,30p
Acid3















JS/?
Frame {empty.png}
FAIL
Frame {empty.txt}
FAIL
Frame {empty}



To pass the test, a browser must use its default settings,
the animation has to be smooth, the score has to end on 100/100,
and the final page has to look exactly, pixel for pixel,
like {this reference rendering}. 

My primary reason of trying edbrowse was to see if it can support rich HTML5 apps that other text mode browsers like lynx,links,links2,w3m,elinks fail to support.

@eklhad
Copy link
Collaborator

eklhad commented Jan 22, 2015

Acid3 just fails to start.

Yes, I see that.
The reason is data_uri in <script src=> has not been implemented.
(I didn't even know about it.)
I may work on this over the next couple weeks.
Although edbrowse is a worthy project,
there just aren't a lot of developers to move it forward.
Maybe 3 of us, in our spare time.

Karl Dahlke

eklhad added a commit that referenced this issue May 14, 2019
The first terminates thee html string, and the second is our internal code character for a tag.
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