Changeset 249330 in webkit


Ignore:
Timestamp:
Aug 30, 2019 10:01:11 AM (5 years ago)
Author:
Devin Rousso
Message:

Unreviewed, fix test failure after r249305

  • inspector/dom-debugger/dom-breakpoints-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r249325 r249330  
     12019-08-30  Devin Rousso  <drousso@apple.com>
     2
     3        Unreviewed, fix test failure after r249305
     4
     5        * inspector/dom-debugger/dom-breakpoints-expected.txt:
     6
    172019-08-30  Alicia Boya García  <aboya@igalia.com>
    28
  • trunk/LayoutTests/inspector/dom-debugger/dom-breakpoints-expected.txt

    r249128 r249330  
    116116-- Running test case: SetBreakpointWithInvalidType
    117117Attempting to set breakpoint.
    118 Protocol result: Unknown type: custom-breakpoint-type
     118Protocol result: Unknown DOM breakpoint type: custom-breakpoint-type
    119119PASS: Protocol should return an error.
    120120-- Running test teardown.
     
    128128-- Running test case: RemoveBreakpointWithInvalidType
    129129Attempting to remove breakpoint.
    130 Protocol result: Unknown type: custom-breakpoint-type
     130Protocol result: Unknown DOM breakpoint type: custom-breakpoint-type
    131131PASS: Protocol should return an error.
    132132-- Running test teardown.
Note: See TracChangeset for help on using the changeset viewer.