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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 2 months 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 | Annotate | Revision Log
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 backfaceVisibility 8 backfaceVisibility
9 background 9 background
10 backgroundAttachment 10 backgroundAttachment
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 webkitBorderAfterStyle 229 webkitBorderAfterStyle
230 webkitBorderAfterWidth 230 webkitBorderAfterWidth
231 webkitBorderBefore 231 webkitBorderBefore
232 webkitBorderBeforeColor 232 webkitBorderBeforeColor
233 webkitBorderBeforeStyle 233 webkitBorderBeforeStyle
234 webkitBorderBeforeWidth 234 webkitBorderBeforeWidth
235 webkitBorderEnd 235 webkitBorderEnd
236 webkitBorderEndColor 236 webkitBorderEndColor
237 webkitBorderEndStyle 237 webkitBorderEndStyle
238 webkitBorderEndWidth 238 webkitBorderEndWidth
239 webkitBorderFit
240 webkitBorderHorizontalSpacing 239 webkitBorderHorizontalSpacing
241 webkitBorderImage 240 webkitBorderImage
242 webkitBorderRadius 241 webkitBorderRadius
243 webkitBorderStart 242 webkitBorderStart
244 webkitBorderStartColor 243 webkitBorderStartColor
245 webkitBorderStartStyle 244 webkitBorderStartStyle
246 webkitBorderStartWidth 245 webkitBorderStartWidth
247 webkitBorderVerticalSpacing 246 webkitBorderVerticalSpacing
248 webkitBoxAlign 247 webkitBoxAlign
249 webkitBoxDecorationBreak 248 webkitBoxDecorationBreak
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 wordBreak 357 wordBreak
359 wordSpacing 358 wordSpacing
360 wordWrap 359 wordWrap
361 writingMode 360 writingMode
362 zIndex 361 zIndex
363 zoom 362 zoom
364 PASS successfullyParsed is true 363 PASS successfullyParsed is true
365 364
366 TEST COMPLETE 365 TEST COMPLETE
367 366
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698