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

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

Issue 1919813002: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 maxWidth 156 maxWidth
157 maxZoom 157 maxZoom
158 minHeight 158 minHeight
159 minWidth 159 minWidth
160 minZoom 160 minZoom
161 mixBlendMode 161 mixBlendMode
162 motion 162 motion
163 motionOffset 163 motionOffset
164 motionPath 164 motionPath
165 motionRotation 165 motionRotation
166 navDown
167 navLeft
168 navRight
169 navUp
166 objectFit 170 objectFit
167 objectPosition 171 objectPosition
168 opacity 172 opacity
169 order 173 order
170 orientation 174 orientation
171 orphans 175 orphans
172 outline 176 outline
173 outlineColor 177 outlineColor
174 outlineOffset 178 outlineOffset
175 outlineStyle 179 outlineStyle
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 wordWrap 367 wordWrap
364 writingMode 368 writingMode
365 x 369 x
366 y 370 y
367 zIndex 371 zIndex
368 zoom 372 zoom
369 PASS successfullyParsed is true 373 PASS successfullyParsed is true
370 374
371 TEST COMPLETE 375 TEST COMPLETE
372 376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698