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

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

Issue 1439793003: SVG: Promote d to a property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DECLARE_VIRTUAL_TRACE Created 5 years 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-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 clip-path: none 131 clip-path: none
132 clip-rule: nonzero 132 clip-rule: nonzero
133 color: rgb(0, 0, 0) 133 color: rgb(0, 0, 0)
134 color-interpolation: sRGB 134 color-interpolation: sRGB
135 color-interpolation-filters: linearRGB 135 color-interpolation-filters: linearRGB
136 color-rendering: auto 136 color-rendering: auto
137 content: 137 content:
138 cursor: auto 138 cursor: auto
139 cx: 0px 139 cx: 0px
140 cy: 0px 140 cy: 0px
141 d: path('')
141 direction: ltr 142 direction: ltr
142 display: inline 143 display: inline
143 dominant-baseline: auto 144 dominant-baseline: auto
144 empty-cells: show 145 empty-cells: show
145 fill: rgb(0, 128, 0) 146 fill: rgb(0, 128, 0)
146 fill-opacity: 1 147 fill-opacity: 1
147 fill-rule: nonzero 148 fill-rule: nonzero
148 filter: none 149 filter: none
149 flex-basis: auto 150 flex-basis: auto
150 flex-direction: row 151 flex-direction: row
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 word-wrap: normal 299 word-wrap: normal
299 writing-mode: horizontal-tb 300 writing-mode: horizontal-tb
300 x: 0px 301 x: 0px
301 y: 0px 302 y: 0px
302 z-index: auto 303 z-index: auto
303 zoom: 1 304 zoom: 1
304 PASS successfullyParsed is true 305 PASS successfullyParsed is true
305 306
306 TEST COMPLETE 307 TEST COMPLETE
307 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698