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

Side by Side Diff: LayoutTests/virtual/stable/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 backfaceVisibility 8 backfaceVisibility
9 background 9 background
10 backgroundAttachment 10 backgroundAttachment
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 webkitUserSelect 352 webkitUserSelect
353 webkitWritingMode 353 webkitWritingMode
354 whiteSpace 354 whiteSpace
355 widows 355 widows
356 width 356 width
357 willChange 357 willChange
358 wordBreak 358 wordBreak
359 wordSpacing 359 wordSpacing
360 wordWrap 360 wordWrap
361 writingMode 361 writingMode
362 x
363 y
362 zIndex 364 zIndex
363 zoom 365 zoom
364 PASS successfullyParsed is true 366 PASS successfullyParsed is true
365 367
366 TEST COMPLETE 368 TEST COMPLETE
367 369
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698