Re: [html-tests] Update javascript: URL return value tests (#3981)

# Firefox #
Testing revision d82a4179a8a4680c1abb0692ddebf7803363efe4
Starting 10 test iterations
All results were stable

## All results ##

### /html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling.html ###
|                                                   Subtest                                                   | Results |
|-------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                             | TIMEOUT |
| javascript:throw Error('boo') should cause a navigation to a document containing ""                         | TIMEOUT |
| javascript:undefined should cause a navigation to a document containing ""                                  | TIMEOUT |
| javascript:new String('1') should cause a navigation to a document containing ""                            | FAIL    |
| javascript:'1' should cause a navigation to a document containing "1"                                       | PASS    |
| javascript:null should cause a navigation to a document containing ""                                       | FAIL    |
| javascript:({ toString: function() { return '1'; } }) should cause a navigation to a document containing "" | FAIL    |
| javascript:true should cause a navigation to a document containing ""                                       | FAIL    |
| javascript:1 should cause a navigation to a document containing ""                                          | FAIL    |
| The basics: javascript: URL return values translating to response bodies                                    | FAIL    |

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3981#issuecomment-256432807

Received on Wednesday, 26 October 2016 18:15:42 UTC