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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-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 documents all computed styles on a display: none element. 1 This test documents all computed styles on a display: none element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 -webkit-app-region: no-drag 6 -webkit-app-region: no-drag
7 -webkit-appearance: none 7 -webkit-appearance: none
8 -webkit-background-clip: border-box 8 -webkit-background-clip: border-box
9 -webkit-background-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 mask-source-type: alpha 199 mask-source-type: alpha
200 mask-type: luminance 200 mask-type: luminance
201 max-height: none 201 max-height: none
202 max-width: none 202 max-width: none
203 min-height: 0px 203 min-height: 0px
204 min-width: 0px 204 min-width: 0px
205 mix-blend-mode: normal 205 mix-blend-mode: normal
206 motion-offset: 0px 206 motion-offset: 0px
207 motion-path: none 207 motion-path: none
208 motion-rotation: auto 0deg 208 motion-rotation: auto 0deg
209 nav-down: auto
210 nav-left: auto
211 nav-right: auto
212 nav-up: auto
209 object-fit: fill 213 object-fit: fill
210 object-position: 50% 50% 214 object-position: 50% 50%
211 opacity: 1 215 opacity: 1
212 order: 0 216 order: 0
213 orphans: auto 217 orphans: auto
214 outline-color: rgb(0, 0, 0) 218 outline-color: rgb(0, 0, 0)
215 outline-offset: 0px 219 outline-offset: 0px
216 outline-style: none 220 outline-style: none
217 outline-width: 0px 221 outline-width: 0px
218 overflow: visible 222 overflow: visible
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 word-wrap: normal 300 word-wrap: normal
297 writing-mode: horizontal-tb 301 writing-mode: horizontal-tb
298 x: 0px 302 x: 0px
299 y: 0px 303 y: 0px
300 z-index: auto 304 z-index: auto
301 zoom: 1 305 zoom: 1
302 PASS successfullyParsed is true 306 PASS successfullyParsed is true
303 307
304 TEST COMPLETE 308 TEST COMPLETE
305 309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698