| 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 56305ef9c64df2a787913e6549f88aa8f088984f..e424e064ed4756c0d3ab01a16f24bd358ddace42 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
|
| @@ -36,7 +36,7 @@ function test()
|
| {
|
| var text = result.description;
|
| InspectorTest.assertEquals(15, text.length, "text length");
|
| - InspectorTest.assertEquals(8, countTextNodes(text), "nodes count");
|
| + InspectorTest.assertEquals(7, countTextNodes(text), "nodes count");
|
| InspectorTest.addResult("PASS: Found all nodes with the broken text");
|
| InspectorTest.completeTest();
|
| }
|
|
|