Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Loading...</title> | |
| 4 <script> | 5 <script> |
| 5 start(); | 6 document.title = "Loaded"; |
| 6 </script> | |
| 7 <script> | |
| 8 end(); | |
| 9 </script> | 7 </script> |
| 10 </head> | 8 </head> |
| 11 </html> | 9 </html> |
| 10 | |
|
mmenke
2016/02/19 17:34:42
I don't think any of this file is needed. The tes
| |
| OLD | NEW |