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

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

Issue 2145823002: Implement the overflow-anchor CSS property as an opt-out for ScrollAnchoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 opacity 198 opacity
199 order 199 order
200 orientation 200 orientation
201 orphans 201 orphans
202 outline 202 outline
203 outlineColor 203 outlineColor
204 outlineOffset 204 outlineOffset
205 outlineStyle 205 outlineStyle
206 outlineWidth 206 outlineWidth
207 overflow 207 overflow
208 overflowAnchor
208 overflowWrap 209 overflowWrap
209 overflowX 210 overflowX
210 overflowY 211 overflowY
211 padding 212 padding
212 paddingBottom 213 paddingBottom
213 paddingLeft 214 paddingLeft
214 paddingRight 215 paddingRight
215 paddingTop 216 paddingTop
216 page 217 page
217 pageBreakAfter 218 pageBreakAfter
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 wordWrap 409 wordWrap
409 writingMode 410 writingMode
410 x 411 x
411 y 412 y
412 zIndex 413 zIndex
413 zoom 414 zoom
414 PASS successfullyParsed is true 415 PASS successfullyParsed is true
415 416
416 TEST COMPLETE 417 TEST COMPLETE
417 418
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698