| OLD | NEW | 
|   1 <html> |   1 <html> | 
|   2 <head> |   2 <head> | 
|   3 <script type="text/javascript" src="../http/tests/inspector-protocol/resources/p
    rotocol-test.js"></script> |   3 <script type="text/javascript" src="../http/tests/inspector-protocol/resources/p
    rotocol-test.js"></script> | 
|   4 <script> |   4 <script> | 
|   5  |   5  | 
|   6  |   6  | 
|   7 var worker; |   7 var worker; | 
|   8  |   8  | 
|   9 function startWorkerAndRunTest() |   9 function startWorkerAndRunTest() | 
|  10 { |  10 { | 
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  74         InspectorTest.completeTest(); |  74         InspectorTest.completeTest(); | 
|  75     } |  75     } | 
|  76  |  76  | 
|  77 } |  77 } | 
|  78 </script> |  78 </script> | 
|  79 </head> |  79 </head> | 
|  80 <body onLoad="startWorkerAndRunTest();">Test that inspected page won't crash if 
    inspected worker is terminated while it is paused. Test passes if it doesn't cra
    sh. |  80 <body onLoad="startWorkerAndRunTest();">Test that inspected page won't crash if 
    inspected worker is terminated while it is paused. Test passes if it doesn't cra
    sh. | 
|  81 <a href="https://bugs.webkit.org/show_bug.cgi?id=101065">Bug 101065.</a> |  81 <a href="https://bugs.webkit.org/show_bug.cgi?id=101065">Bug 101065.</a> | 
|  82 </body> |  82 </body> | 
|  83 </html> |  83 </html> | 
| OLD | NEW |