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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt

Issue 1162793003: Add CSS image-orientation: from-image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address even more review comments Created 5 years, 6 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-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 grid-auto-flow: row 167 grid-auto-flow: row
168 grid-auto-rows: auto 168 grid-auto-rows: auto
169 grid-column-end: auto 169 grid-column-end: auto
170 grid-column-start: auto 170 grid-column-start: auto
171 grid-row-end: auto 171 grid-row-end: auto
172 grid-row-start: auto 172 grid-row-start: auto
173 grid-template-areas: none 173 grid-template-areas: none
174 grid-template-columns: none 174 grid-template-columns: none
175 grid-template-rows: none 175 grid-template-rows: none
176 height: auto 176 height: auto
177 image-orientation: 0deg
177 image-rendering: auto 178 image-rendering: auto
178 isolation: auto 179 isolation: auto
179 justify-content: start 180 justify-content: start
180 justify-items: start 181 justify-items: start
181 justify-self: start 182 justify-self: start
182 left: auto 183 left: auto
183 letter-spacing: normal 184 letter-spacing: normal
184 lighting-color: rgb(255, 255, 255) 185 lighting-color: rgb(255, 255, 255)
185 line-height: normal 186 line-height: normal
186 list-style-image: none 187 list-style-image: none
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 word-wrap: normal 292 word-wrap: normal
292 writing-mode: lr-tb 293 writing-mode: lr-tb
293 x: 0px 294 x: 0px
294 y: 0px 295 y: 0px
295 z-index: auto 296 z-index: auto
296 zoom: 1 297 zoom: 1
297 PASS successfullyParsed is true 298 PASS successfullyParsed is true
298 299
299 TEST COMPLETE 300 TEST COMPLETE
300 301
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698