| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| index 83453955059e83d9b9385d6814f1555de81368f4..2a931de50cf927eca712287884ac205d8febb760 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| @@ -41,7 +41,8 @@ function test()
|
| {
|
| var text = result.description;
|
| InspectorTest.assertEquals(15, text.length, "text length");
|
| - InspectorTest.assertEquals(6, countTextNodes(text), "nodes count");
|
| + InspectorTest.assertEquals(8, countTextNodes(text), "nodes count");
|
| + InspectorTest.assertEquals(1, countTextNodes("\"" + text + "\""), "nodes with quoted text count");
|
| InspectorTest.addResult("PASS: Found all nodes with the broken text");
|
| InspectorTest.completeTest();
|
| }
|
|
|