| Index: third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html b/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
|
| index 00dff30cb1ccbadb7842e40eeda21f3b56d4696c..405ee5e5658198a10a5c4beb1b13a0e295d6b27c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
|
| @@ -21,7 +21,7 @@ function test()
|
| var completeMessageReceived = false;
|
| function messageSniffer(uiMessage)
|
| {
|
| - if (uiMessage.toString().indexOf("complete") !== -1) {
|
| + if (uiMessage.element().deepTextContent().indexOf("complete") !== -1) {
|
| completeMessageReceived = true;
|
| maybeCompleteTest();
|
| }
|
|
|