| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html> | 3 <html> |
| 4 <!-- Copyright 2011 Google Inc. All rights reserved. --> | 4 <!-- Copyright 2011 Google Inc. All rights reserved. --> |
| 5 <head> | 5 <head> |
| 6 <title> Browser Test Page </title> | 6 <title> Browser Test Page </title> |
| 7 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> | 7 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
| 8 <META HTTP-EQUIV="Expires" CONTENT="-1" /> | 8 <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
| 9 <script type="text/javascript"> | 9 <script type="text/javascript"> |
| 10 //<![CDATA[ | 10 //<![CDATA[ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 ['progress events', 'ppapi_progress_events.html'], | 43 ['progress events', 'ppapi_progress_events.html'], |
| 44 ['bad', 'ppapi_bad.html'], | 44 ['bad', 'ppapi_bad.html'], |
| 45 ['crash', 'ppapi_crash.html'], | 45 ['crash', 'ppapi_crash.html'], |
| 46 ['gles book', 'ppapi_gles_book.html'] | 46 ['gles book', 'ppapi_gles_book.html'] |
| 47 ] | 47 ] |
| 48 ], | 48 ], |
| 49 ['PPAPI Proxy Tests', | 49 ['PPAPI Proxy Tests', |
| 50 [ | 50 [ |
| 51 ['PPB_Core', 'ppapi_ppb_core.html'], | 51 ['PPB_Core', 'ppapi_ppb_core.html'], |
| 52 ['PPB_Graphics2D', 'ppapi_ppb_graphics2d.html'], | 52 ['PPB_Graphics2D', 'ppapi_ppb_graphics2d.html'], |
| 53 ['PPB_Graphics3D', 'ppapi_ppb_graphics3d.html'], |
| 53 ['PPB_FileSystem', 'ppapi_ppb_file_system.html'], | 54 ['PPB_FileSystem', 'ppapi_ppb_file_system.html'], |
| 54 ['PPB_ImageData', 'ppapi_ppb_image_data.html'], | 55 ['PPB_ImageData', 'ppapi_ppb_image_data.html'], |
| 55 ['PPB_Instance', 'ppapi_ppb_instance.html'], | 56 ['PPB_Instance', 'ppapi_ppb_instance.html'], |
| 56 ['PPB_Memory', 'ppapi_ppb_memory.html'], | 57 ['PPB_Memory', 'ppapi_ppb_memory.html'], |
| 57 ['PPB_Messaging/PPP_Messaging', 'ppapi_messaging.html'], | 58 ['PPB_Messaging/PPP_Messaging', 'ppapi_messaging.html'], |
| 58 ['PPB_Scrollbar', 'ppapi_ppb_scrollbar.html'], | 59 ['PPB_Scrollbar', 'ppapi_ppb_scrollbar.html'], |
| 59 ['PPB_URLRequestInfo', 'ppapi_ppb_url_request_info.html'], | 60 ['PPB_URLRequestInfo', 'ppapi_ppb_url_request_info.html'], |
| 60 ['PPP_Instance', 'ppapi_ppp_instance.html'] | 61 ['PPP_Instance', 'ppapi_ppp_instance.html'] |
| 61 ] | 62 ] |
| 62 ], | 63 ], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 table_div_element.innerHTML = table; | 115 table_div_element.innerHTML = table; |
| 115 } | 116 } |
| 116 //]]> | 117 //]]> |
| 117 </script> | 118 </script> |
| 118 </head> | 119 </head> |
| 119 <body onload="buildTable()"> | 120 <body onload="buildTable()"> |
| 120 <h1> Native Client Browser Examples and Tests </h1> | 121 <h1> Native Client Browser Examples and Tests </h1> |
| 121 <div id="table_div"> </div> | 122 <div id="table_div"> </div> |
| 122 </body> | 123 </body> |
| 123 </html> | 124 </html> |
| OLD | NEW |