| Index: LayoutTests/dart/inspector/evaluate-in-console.html
|
| diff --git a/LayoutTests/dart/inspector/evaluate-in-console.html b/LayoutTests/dart/inspector/evaluate-in-console.html
|
| index 407c51b4ab8e7d1869d5b8f4b06141e55c718ef4..9ed0640f9d5e341e5d563ec772e47afc5a62a4e4 100644
|
| --- a/LayoutTests/dart/inspector/evaluate-in-console.html
|
| +++ b/LayoutTests/dart/inspector/evaluate-in-console.html
|
| @@ -61,7 +61,8 @@ function test()
|
| // Global fields and functions.
|
| 'globalField',
|
| 'calculateSquareRoot(25)',
|
| - 'document.$dom_createElement("div").tagName',
|
| + 'new Element.tag("div").outerHtml',
|
| + 'new Element.tag("div").tagName',
|
| ];
|
| evaluate(expressions.shift());
|
| }
|
|
|