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

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

Issue 2532253002: Revert of 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 f3efc867dbe447c503b6f2714929208aa9567414..cc36025e089b76e92b05a4272cee78c1959b9426 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,10 +51,6 @@
InspectorTest.evaluateInInspectedPage("injectCollectedResultsInPage(" +
JSON.stringify(collectedFontUsage) +
")");
- InspectorTest.evaluateInInspectedPage("postTestHookWithFontResults(" +
- JSON.stringify(collectedFontUsage) +
- ")");
-
}
function platformFontsForElementWithSelector(selector)

Powered by Google App Engine
This is Rietveld 408576698