| Index: LayoutTests/inspector/extensions/extensions-panel.html
|
| diff --git a/LayoutTests/inspector/extensions/extensions-panel.html b/LayoutTests/inspector/extensions/extensions-panel.html
|
| index 7832b2ce2e478b8453d73b4829bac37985aac394..5aa4d87f8b6af1f36134f78071a4c5bd7f5a6492 100644
|
| --- a/LayoutTests/inspector/extensions/extensions-panel.html
|
| +++ b/LayoutTests/inspector/extensions/extensions-panel.html
|
| @@ -38,7 +38,7 @@ function initialize_extensionsPanelTest()
|
| }
|
| // Strip url(...) and prefix of the URL within, leave just last 3 components.
|
| var url = item.style.backgroundImage.replace(/^url\(.*(([/][^/]*){3}[^/)]*)\)$/, "...$1");
|
| - InspectorTest.addResult("status bar item " + i + ", icon: " + url + ", tooltip: '" + item.title + "', disabled: " + item.disabled);
|
| + InspectorTest.addResult("status bar item " + i + ", icon: " + url + ", tooltip: '" + item[WebInspector.Tooltip._symbol].content + "', disabled: " + item.disabled);
|
| }
|
| }
|
|
|
|
|