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

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

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 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
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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 webkitBoxFlexGroup 281 webkitBoxFlexGroup
282 webkitBoxLines 282 webkitBoxLines
283 webkitBoxOrdinalGroup 283 webkitBoxOrdinalGroup
284 webkitBoxOrient 284 webkitBoxOrient
285 webkitBoxPack 285 webkitBoxPack
286 webkitBoxReflect 286 webkitBoxReflect
287 webkitClipPath 287 webkitClipPath
288 webkitColumnBreakAfter 288 webkitColumnBreakAfter
289 webkitColumnBreakBefore 289 webkitColumnBreakBefore
290 webkitColumnBreakInside 290 webkitColumnBreakInside
291 webkitFilter
292 webkitFontSizeDelta 291 webkitFontSizeDelta
293 webkitFontSmoothing 292 webkitFontSmoothing
294 webkitHighlight 293 webkitHighlight
295 webkitHyphenateCharacter 294 webkitHyphenateCharacter
296 webkitLineBreak 295 webkitLineBreak
297 webkitLineClamp 296 webkitLineClamp
298 webkitLocale 297 webkitLocale
299 webkitLogicalHeight 298 webkitLogicalHeight
300 webkitLogicalWidth 299 webkitLogicalWidth
301 webkitMarginAfter 300 webkitMarginAfter
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 wordWrap 366 wordWrap
368 writingMode 367 writingMode
369 x 368 x
370 y 369 y
371 zIndex 370 zIndex
372 zoom 371 zoom
373 PASS successfullyParsed is true 372 PASS successfullyParsed is true
374 373
375 TEST COMPLETE 374 TEST COMPLETE
376 375
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698