Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> | 3 <head> |
| 4 <title>MR Integration Basic Test</title> | 4 <title>MR Integration Basic Test</title> |
| 5 <script type="text/javascript" src="common.js"></script> | 5 <script type="text/javascript" src="common.js"></script> |
| 6 <script type="text/javascript" src="cpu_memory_script.js"></script> | |
| 7 <script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/ cast_sender.js"></script> | |
|
mark a. foltz
2016/04/13 20:20:03
Can this be put on one line?
Lei Lei
2016/04/14 01:55:13
This line exceeds 100 characters limitation, chang
| |
| 6 </head> | 8 </head> |
| 7 <body> | 9 <body> |
| 8 <button id="start_session_button" onclick="startSession()"> | 10 <button id="start_session_button" onclick="startFlingingSession()"> |
| 9 Start session | 11 Start session |
| 10 </button> | 12 </button> |
| 11 </body> | 13 </body> |
| 12 </html> | 14 </html> |
| OLD | NEW |