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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/resources/layout-font-test.js

Issue 2539733002: Improve fallback for Burmese with leading punctuation + spacing mark (Closed)
Patch Set: Created 4 years, 1 month 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-protocol/layout-fonts/resources/layout-font-test.js
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/resources/layout-font-test.js b/third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/resources/layout-font-test.js
index cc36025e089b76e92b05a4272cee78c1959b9426..f3efc867dbe447c503b6f2714929208aa9567414 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/resources/layout-font-test.js
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/resources/layout-font-test.js
@@ -51,6 +51,10 @@ function test()
InspectorTest.evaluateInInspectedPage("injectCollectedResultsInPage(" +
JSON.stringify(collectedFontUsage) +
")");
+ InspectorTest.evaluateInInspectedPage("postTestHookWithFontResults(" +
+ JSON.stringify(collectedFontUsage) +
+ ")");
+
}
function platformFontsForElementWithSelector(selector)

Powered by Google App Engine
This is Rietveld 408576698