| Index: LayoutTests/inspector-protocol/css-get-platform-fonts.html
|
| diff --git a/LayoutTests/inspector-protocol/css-get-platform-fonts.html b/LayoutTests/inspector-protocol/css-get-platform-fonts.html
|
| index a2e0758ecb12cf3531a1a9ef011d0035d5bb6097..dc900e715a9abb5cb0db3dd3dc08e5f83248aeb6 100644
|
| --- a/LayoutTests/inspector-protocol/css-get-platform-fonts.html
|
| +++ b/LayoutTests/inspector-protocol/css-get-platform-fonts.html
|
| @@ -32,6 +32,8 @@ function test()
|
|
|
| function onGotComputedFonts(response)
|
| {
|
| + var cssFamilyName = response.cssFamilyName;
|
| + InspectorTest.log("cssFamilyName: " + cssFamilyName);
|
| var fonts = response.fonts;
|
| fonts.sort(function(a, b) {
|
| return b.glyphCount - a.glyphCount;
|
|
|