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

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

Issue 1977323002: Revert of Pseudo and non pseudo elements should return correct computed content value (Closed) 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 div element. 1 This test documents all computed styles on a div 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 color-interpolation: sRGB 126 color-interpolation: sRGB
127 color-interpolation-filters: linearRGB 127 color-interpolation-filters: linearRGB
128 color-rendering: auto 128 color-rendering: auto
129 column-count: auto 129 column-count: auto
130 column-gap: normal 130 column-gap: normal
131 column-rule-color: rgb(0, 0, 0) 131 column-rule-color: rgb(0, 0, 0)
132 column-rule-style: none 132 column-rule-style: none
133 column-rule-width: 0px 133 column-rule-width: 0px
134 column-span: none 134 column-span: none
135 column-width: auto 135 column-width: auto
136 content: normal 136 content:
137 cursor: auto 137 cursor: auto
138 cx: 0px 138 cx: 0px
139 cy: 0px 139 cy: 0px
140 d: none 140 d: none
141 direction: ltr 141 direction: ltr
142 display: block 142 display: block
143 dominant-baseline: auto 143 dominant-baseline: auto
144 empty-cells: show 144 empty-cells: show
145 fill: rgb(0, 0, 0) 145 fill: rgb(0, 0, 0)
146 fill-opacity: 1 146 fill-opacity: 1
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 word-wrap: normal 299 word-wrap: normal
300 writing-mode: horizontal-tb 300 writing-mode: horizontal-tb
301 x: 0px 301 x: 0px
302 y: 0px 302 y: 0px
303 z-index: auto 303 z-index: auto
304 zoom: 1 304 zoom: 1
305 PASS successfullyParsed is true 305 PASS successfullyParsed is true
306 306
307 TEST COMPLETE 307 TEST COMPLETE
308 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698