Title: [163911] trunk/LayoutTests
Revision
163911
Author
r...@igalia.com
Date
2014-02-11 14:56:25 -0800 (Tue, 11 Feb 2014)

Log Message

Unreviewed. Fix typo in layout test introduced in r163811.

Patch by Diego Pino Garcia <dp...@igalia.com> on 2014-02-11

* inspector-protocol/debugger/hit-breakpoint-from-console.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (163910 => 163911)


--- trunk/LayoutTests/ChangeLog	2014-02-11 22:12:50 UTC (rev 163910)
+++ trunk/LayoutTests/ChangeLog	2014-02-11 22:56:25 UTC (rev 163911)
@@ -1,3 +1,9 @@
+2014-02-11  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed. Fix typo in layout test introduced in r163811.
+
+        * inspector-protocol/debugger/hit-breakpoint-from-console.html:
+
 2014-02-11  Samuel White  <samuel_wh...@apple.com>
 
         AX: Add text replacement activity support to NSAccessibilitySelectTextWithCriteriaParameterizedAttribute.

Modified: trunk/LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console.html (163910 => 163911)


--- trunk/LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console.html	2014-02-11 22:12:50 UTC (rev 163910)
+++ trunk/LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console.html	2014-02-11 22:56:25 UTC (rev 163911)
@@ -20,7 +20,7 @@
                 InspectorTest.checkForError(responseObject);
                 // Should NOT hit breakpoint (a < 10).
                 InspectorTest.sendCommand("Runtime.evaluate", {_expression_: "breakpointActions(2, {x:1,y:2})"});
-                // Shoul hit breakpoint (a > 10).
+                // Should hit breakpoint (a > 10).
                 InspectorTest.sendCommand("Runtime.evaluate", {_expression_: "breakpointActions(12, {x:1,y:2})"});
             });
         }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to