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

Issue 1256833002: (DO NOT LAND) Test CSS Font Style matching (Closed)

Created:
5 years, 5 months ago by drott
Modified:
5 years, 2 months ago
Reviewers:
kojii, eae, behdad
CC:
blink-reviews, caseq+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

(DO NOT LAND) Test CSS Font Style matching The font style matching algorithm [1] of the CSS3 Fonts Module spec describes precedence rules for stretch, style, weight. This test exercises all combinations of fixed values and compares requested stretch, style and weight to the actual font selected by Blink. Using a generated set of test fonts we can query for the selected font family name. Each TTF has a different family name, describing its stretch, style and weight properties. This helps for finding out which actual font file Blink has loaded. BUG=513669, 513670

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4943 lines, -21 lines) Patch
A LayoutTests/inspector-protocol/layout-fonts/font-style-matching.html View 1 chunk +258 lines, -0 lines 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/font-style-matching-expected.txt View 1 chunk +973 lines, -0 lines 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_condensed_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_expanded_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extracondensed_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_extraexpanded_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_normal_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semicondensed_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_semiexpanded_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultracondensed_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_italic_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_normal_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_eighthundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_fivehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_fourhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_ninehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_onehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_sevenhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_sixhundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_threehundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/fonts/CSSMatchingTest_ultraexpanded_oblique_twohundred.ttf View Binary file 0 comments Download
A LayoutTests/inspector-protocol/layout-fonts/resources/style-matching.css View 1 chunk +3651 lines, -0 lines 0 comments Download
A + LayoutTests/inspector-protocol/layout-fonts/resources/style-matching-test.js View 3 chunks +61 lines, -21 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
drott
FYI, the bot test results should show where we're failing.
5 years, 5 months ago (2015-07-24 13:27:14 UTC) #2
pfeldman
If you plan to land something like this, I am not sure that inspector-protocol/ is ...
5 years, 5 months ago (2015-07-24 17:07:02 UTC) #3
eae
5 years, 5 months ago (2015-07-24 17:09:17 UTC) #4
Looks really promising, thanks for doing all this work.

Powered by Google App Engine
This is Rietveld 408576698