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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt

Issue 1429713004: Implement CSS font-display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: failure does not mean loaded Created 5 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 unified diff | Download patch
OLDNEW
1 This test (crudely) documents Blink's web-exposed CSS properties. All changes t o this list should go through Blink's feature review process: http://www.chromiu m.org/blink#new-features 1 This test (crudely) documents Blink's web-exposed CSS properties. All changes t o this list should go through Blink's feature review process: http://www.chromiu m.org/blink#new-features
2 2
3 alignContent 3 alignContent
4 alignItems 4 alignItems
5 alignSelf 5 alignSelf
6 alignmentBaseline 6 alignmentBaseline
7 all 7 all
8 animation 8 animation
9 animationDelay 9 animationDelay
10 animationDirection 10 animationDirection
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 flexBasis 98 flexBasis
99 flexDirection 99 flexDirection
100 flexFlow 100 flexFlow
101 flexGrow 101 flexGrow
102 flexShrink 102 flexShrink
103 flexWrap 103 flexWrap
104 float 104 float
105 floodColor 105 floodColor
106 floodOpacity 106 floodOpacity
107 font 107 font
108 fontDisplay
108 fontFamily 109 fontFamily
109 fontFeatureSettings 110 fontFeatureSettings
110 fontKerning 111 fontKerning
111 fontSize 112 fontSize
112 fontSizeAdjust 113 fontSizeAdjust
113 fontStretch 114 fontStretch
114 fontStyle 115 fontStyle
115 fontVariant 116 fontVariant
116 fontVariantLigatures 117 fontVariantLigatures
117 fontWeight 118 fontWeight
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 wordWrap 400 wordWrap
400 writingMode 401 writingMode
401 x 402 x
402 y 403 y
403 zIndex 404 zIndex
404 zoom 405 zoom
405 PASS successfullyParsed is true 406 PASS successfullyParsed is true
406 407
407 TEST COMPLETE 408 TEST COMPLETE
408 409
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698