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

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

Issue 896773002: [svg2] Make 'x' and 'y' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 10 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 webkitUserSelect 392 webkitUserSelect
393 webkitWritingMode 393 webkitWritingMode
394 whiteSpace 394 whiteSpace
395 widows 395 widows
396 width 396 width
397 willChange 397 willChange
398 wordBreak 398 wordBreak
399 wordSpacing 399 wordSpacing
400 wordWrap 400 wordWrap
401 writingMode 401 writingMode
402 x
403 y
402 zIndex 404 zIndex
403 zoom 405 zoom
404 PASS successfullyParsed is true 406 PASS successfullyParsed is true
405 407
406 TEST COMPLETE 408 TEST COMPLETE
407 409
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698