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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt

Issue 1915343003: Add CSS hyphens property behind the test flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split histograms.xml to a separate CL 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 an SVG rect element. 1 This test documents all computed styles on an SVG rect 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 grid-column-end: auto 169 grid-column-end: auto
170 grid-column-gap: 0px 170 grid-column-gap: 0px
171 grid-column-start: auto 171 grid-column-start: auto
172 grid-row-end: auto 172 grid-row-end: auto
173 grid-row-gap: 0px 173 grid-row-gap: 0px
174 grid-row-start: auto 174 grid-row-start: auto
175 grid-template-areas: none 175 grid-template-areas: none
176 grid-template-columns: none 176 grid-template-columns: none
177 grid-template-rows: none 177 grid-template-rows: none
178 height: auto 178 height: auto
179 hyphens: manual
179 image-orientation: 0deg 180 image-orientation: 0deg
180 image-rendering: auto 181 image-rendering: auto
181 isolation: auto 182 isolation: auto
182 justify-content: normal 183 justify-content: normal
183 justify-items: start 184 justify-items: start
184 justify-self: start 185 justify-self: start
185 left: auto 186 left: auto
186 letter-spacing: normal 187 letter-spacing: normal
187 lighting-color: rgb(255, 255, 255) 188 lighting-color: rgb(255, 255, 255)
188 line-height: normal 189 line-height: normal
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 word-wrap: normal 298 word-wrap: normal
298 writing-mode: horizontal-tb 299 writing-mode: horizontal-tb
299 x: 0px 300 x: 0px
300 y: 0px 301 y: 0px
301 z-index: auto 302 z-index: auto
302 zoom: 1 303 zoom: 1
303 PASS successfullyParsed is true 304 PASS successfullyParsed is true
304 305
305 TEST COMPLETE 306 TEST COMPLETE
306 307
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698