| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| index 746727e3d442b3613c7ae7b8de8f489a87b17346..10ebdab48ee722856b6f219dc482c2effe24ff19 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| @@ -33,7 +33,7 @@ function modifyStyleSheet(command, presetStyleSheetId, styleSheetId, expectError
|
| InspectorTest.completeTest();
|
| return;
|
| }
|
| - InspectorTest.log("Expected protocol error: " + message.error.message);
|
| + InspectorTest.log("Expected protocol error: " + message.error.message + (message.error.data ? " (" + message.error.data + ")" : ""));
|
| callback();
|
| }
|
| }
|
|
|