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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing return Created 4 years, 7 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: 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 8a39125cbfe09e136cc31370067a13530bb7b6ed..56305ef9c64df2a787913e6549f88aa8f088984f 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(6, countTextNodes(text), "nodes count");
+ InspectorTest.assertEquals(8, countTextNodes(text), "nodes count");
InspectorTest.addResult("PASS: Found all nodes with the broken text");
InspectorTest.completeTest();
}

Powered by Google App Engine
This is Rietveld 408576698