CMB / edbrowse

A command-line editor and web browser.
Other
340 stars 31 forks source link

Acid3 test fails to start #2

Open vi opened 9 years ago

vi commented 9 years ago

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 commented 9 years ago

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