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

# Chrome #
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 |
|-------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                             | OK      |
| javascript:throw Error('boo') should cause a navigation to a document containing ""                         | PASS    |
| javascript:undefined should cause a navigation to a document containing ""                                  | PASS    |
| javascript:new String('1') should cause a navigation to a document containing ""                            | PASS    |
| javascript:'1' should cause a navigation to a document containing "1"                                       | PASS    |
| javascript:null should cause a navigation to a document containing ""                                       | PASS    |
| javascript:({ toString: function() { return '1'; } }) should cause a navigation to a document containing "" | PASS    |
| javascript:true should cause a navigation to a document containing ""                                       | PASS    |
| javascript:1 should cause a navigation to a document containing ""                                          | PASS    |
| The basics: javascript: URL return values translating to response bodies                                    | PASS    |

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

Received on Wednesday, 26 October 2016 18:14:16 UTC