Title: [209735] trunk/LayoutTests
Revision
209735
Author
[email protected]
Date
2016-12-12 15:56:41 -0800 (Mon, 12 Dec 2016)

Log Message

Unreviewed, follow-up after r209706.

* inspector/debugger/breakpoint-action-log.html:
Add missing test case description.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209734 => 209735)


--- trunk/LayoutTests/ChangeLog	2016-12-12 23:36:09 UTC (rev 209734)
+++ trunk/LayoutTests/ChangeLog	2016-12-12 23:56:41 UTC (rev 209735)
@@ -1,3 +1,10 @@
+2016-12-12  Matt Baker  <[email protected]>
+
+        Unreviewed, follow-up after r209706.
+
+        * inspector/debugger/breakpoint-action-log.html:
+        Add missing test case description.
+
 2016-12-12  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Add tests for Fetch API Network Data (CORs, Opaque Responses, Filtered Headers)

Modified: trunk/LayoutTests/inspector/debugger/breakpoint-action-log.html (209734 => 209735)


--- trunk/LayoutTests/inspector/debugger/breakpoint-action-log.html	2016-12-12 23:36:09 UTC (rev 209734)
+++ trunk/LayoutTests/inspector/debugger/breakpoint-action-log.html	2016-12-12 23:56:41 UTC (rev 209735)
@@ -15,7 +15,7 @@
 
     suite.addTestCase({
         name: "TemplateLiteralPlaceholders",
-        description: ".",
+        description: "Evaluate breakpoint with logging actions that include placeholders.",
         test(resolve, reject) {
             WebInspector.debuggerManager.addEventListener(WebInspector.DebuggerManager.Event.ScriptAdded, (event) => {
                 let scriptObject = event.data.script;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to