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

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

Issue 228323007: Remove color-profile from SVG (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix one more test Created 6 years, 8 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 boxSizing 67 boxSizing
68 bufferedRendering 68 bufferedRendering
69 captionSide 69 captionSide
70 clear 70 clear
71 clip 71 clip
72 clipPath 72 clipPath
73 clipRule 73 clipRule
74 color 74 color
75 colorInterpolation 75 colorInterpolation
76 colorInterpolationFilters 76 colorInterpolationFilters
77 colorProfile
78 colorRendering 77 colorRendering
79 columnFill 78 columnFill
80 content 79 content
81 counterIncrement 80 counterIncrement
82 counterReset 81 counterReset
83 cssText 82 cssText
84 cursor 83 cursor
85 direction 84 direction
86 display 85 display
87 dominantBaseline 86 dominantBaseline
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 wordBreak 409 wordBreak
411 wordSpacing 410 wordSpacing
412 wordWrap 411 wordWrap
413 writingMode 412 writingMode
414 zIndex 413 zIndex
415 zoom 414 zoom
416 PASS successfullyParsed is true 415 PASS successfullyParsed is true
417 416
418 TEST COMPLETE 417 TEST COMPLETE
419 418
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698