Changes between Version 8 and Version 9 of WebInspectorTests


Ignore:
Timestamp:
Jun 18, 2020 1:09:50 PM (4 years ago)
Author:
Devin Rousso
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebInspectorTests

    v8 v9  
    110110// Best used in combination with dumpActivityToSystemConsole.
    111111ProtocolTest.dumpInspectorProtocolMessages = false;
     112
     113// Enables all of the above.
     114ProtocolTest.debug();
    112115}}}
    113116
     
    123126// Best used in combination with dumpActivityToSystemConsole.
    124127InspectorBackend.dumpInspectorProtocolMessages = false;
     128
     129// Enables all of the above.
     130InspectorTest.debug();
    125131}}}
    126132