Title: [249330] trunk/LayoutTests
Revision
249330
Author
drou...@apple.com
Date
2019-08-30 10:01:11 -0700 (Fri, 30 Aug 2019)

Log Message

Unreviewed, fix test failure after r249305

* inspector/dom-debugger/dom-breakpoints-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (249329 => 249330)


--- trunk/LayoutTests/ChangeLog	2019-08-30 16:34:40 UTC (rev 249329)
+++ trunk/LayoutTests/ChangeLog	2019-08-30 17:01:11 UTC (rev 249330)
@@ -1,3 +1,9 @@
+2019-08-30  Devin Rousso  <drou...@apple.com>
+
+        Unreviewed, fix test failure after r249305
+
+        * inspector/dom-debugger/dom-breakpoints-expected.txt:
+
 2019-08-30  Alicia Boya GarcĂ­a  <ab...@igalia.com>
 
         [MSE][GStreamer] Gracefully fail on invalid non-first initialization segment

Modified: trunk/LayoutTests/inspector/dom-debugger/dom-breakpoints-expected.txt (249329 => 249330)


--- trunk/LayoutTests/inspector/dom-debugger/dom-breakpoints-expected.txt	2019-08-30 16:34:40 UTC (rev 249329)
+++ trunk/LayoutTests/inspector/dom-debugger/dom-breakpoints-expected.txt	2019-08-30 17:01:11 UTC (rev 249330)
@@ -115,7 +115,7 @@
 
 -- Running test case: SetBreakpointWithInvalidType
 Attempting to set breakpoint.
-Protocol result: Unknown type: custom-breakpoint-type
+Protocol result: Unknown DOM breakpoint type: custom-breakpoint-type
 PASS: Protocol should return an error.
 -- Running test teardown.
 
@@ -127,7 +127,7 @@
 
 -- Running test case: RemoveBreakpointWithInvalidType
 Attempting to remove breakpoint.
-Protocol result: Unknown type: custom-breakpoint-type
+Protocol result: Unknown DOM breakpoint type: custom-breakpoint-type
 PASS: Protocol should return an error.
 -- Running test teardown.
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to