Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
diff --git a/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html b/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
index 7cceabee259ba51149934d1d58f09ec4472650ca..a5ae506db7fb7d805193f115618a21039ee7fb71 100644
--- a/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
+++ b/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html
@@ -15,7 +15,7 @@ var test = function()
function step1()
{
- InspectorTest.addResult(watchExpressionsPane.bodyElement.textContent.indexOf("<not available>") !== -1 ? "SUCCESS" : "FAILED");
+ InspectorTest.addResult(watchExpressionsPane.element.textContent.indexOf("<not available>") !== -1 ? "SUCCESS" : "FAILED");
// Clear watch expressions after execution.
watchExpressionsPane._deleteAllButtonClicked();

Powered by Google App Engine
This is Rietveld 408576698