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

Side by Side Diff: third_party/WebKit/LayoutTests/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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 webkitBoxFlexGroup 322 webkitBoxFlexGroup
323 webkitBoxLines 323 webkitBoxLines
324 webkitBoxOrdinalGroup 324 webkitBoxOrdinalGroup
325 webkitBoxOrient 325 webkitBoxOrient
326 webkitBoxPack 326 webkitBoxPack
327 webkitBoxReflect 327 webkitBoxReflect
328 webkitClipPath 328 webkitClipPath
329 webkitColumnBreakAfter 329 webkitColumnBreakAfter
330 webkitColumnBreakBefore 330 webkitColumnBreakBefore
331 webkitColumnBreakInside 331 webkitColumnBreakInside
332 webkitFilter
333 webkitFontSizeDelta 332 webkitFontSizeDelta
334 webkitFontSmoothing 333 webkitFontSmoothing
335 webkitHighlight 334 webkitHighlight
336 webkitHyphenateCharacter 335 webkitHyphenateCharacter
337 webkitLineBreak 336 webkitLineBreak
338 webkitLineClamp 337 webkitLineClamp
339 webkitLocale 338 webkitLocale
340 webkitLogicalHeight 339 webkitLogicalHeight
341 webkitLogicalWidth 340 webkitLogicalWidth
342 webkitMarginAfter 341 webkitMarginAfter
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 wordWrap 407 wordWrap
409 writingMode 408 writingMode
410 x 409 x
411 y 410 y
412 zIndex 411 zIndex
413 zoom 412 zoom
414 PASS successfullyParsed is true 413 PASS successfullyParsed is true
415 414
416 TEST COMPLETE 415 TEST COMPLETE
417 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698