Title: [95557] trunk/LayoutTests
- Revision
- 95557
- Author
- [email protected]
- Date
- 2011-09-20 11:17:18 -0700 (Tue, 20 Sep 2011)
Log Message
2011-09-20 Pavel Feldman <[email protected]>
Not reviewed: one line inspector's script-formatter.html fix.
* inspector/debugger/script-formatter.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (95556 => 95557)
--- trunk/LayoutTests/ChangeLog 2011-09-20 18:09:22 UTC (rev 95556)
+++ trunk/LayoutTests/ChangeLog 2011-09-20 18:17:18 UTC (rev 95557)
@@ -1,3 +1,9 @@
+2011-09-20 Pavel Feldman <[email protected]>
+
+ Not reviewed: one line inspector's script-formatter.html fix.
+
+ * inspector/debugger/script-formatter.html:
+
2011-09-20 Sheriff Bot <[email protected]>
Unreviewed, rolling out r95509.
Modified: trunk/LayoutTests/inspector/debugger/script-formatter.html (95556 => 95557)
--- trunk/LayoutTests/inspector/debugger/script-formatter.html 2011-09-20 18:09:22 UTC (rev 95556)
+++ trunk/LayoutTests/inspector/debugger/script-formatter.html 2011-09-20 18:17:18 UTC (rev 95557)
@@ -176,7 +176,7 @@
var messages = WebInspector.console.messages;
for (var i = 0; i < messages.length; ++i) {
var element = messages[i].toMessageElement();
- var anchor = element.query("//*//a[contains(@class, 'console-message-url')]");
+ var anchor = element.querySelector(".console-message-url");
InspectorTest.addResult(anchor.textContent);
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes