Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <head> | |
| 3 <script> | |
| 4 | |
| 5 mojo.services.embedder_test.TestEmbedderService.then(function(service) { | |
| 6 service.returnTestResult("page one"); | |
| 7 window.location.pathname = "/page_two.html"; | |
|
Charlie Reis
2016/06/21 23:08:32
This probably won't exercise the bug, since it's n
alex clarke (OOO till 29th)
2016/06/22 10:04:00
No it didn't :)
I've copied a trick used in one o
Charlie Reis
2016/06/22 19:30:59
Great-- that looks better.
| |
| 8 }); | |
| 9 | |
| 10 </script> | |
| 11 </head> | |
| 12 <body><h1>Page one</h1></body> | |
| OLD | NEW |