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

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

Issue 2394273006: Add CSS support for text-decoration-skip (Closed)
Patch Set: Histograms typo fixed, DCHECK Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 stroke-opacity: 1 261 stroke-opacity: 1
262 stroke-width: 1px 262 stroke-width: 1px
263 tab-size: 8 263 tab-size: 8
264 table-layout: auto 264 table-layout: auto
265 text-align: start 265 text-align: start
266 text-align-last: auto 266 text-align-last: auto
267 text-anchor: start 267 text-anchor: start
268 text-decoration: none solid rgb(0, 0, 0) 268 text-decoration: none solid rgb(0, 0, 0)
269 text-decoration-color: rgb(0, 0, 0) 269 text-decoration-color: rgb(0, 0, 0)
270 text-decoration-line: none 270 text-decoration-line: none
271 text-decoration-skip: objects
271 text-decoration-style: solid 272 text-decoration-style: solid
272 text-indent: 0px 273 text-indent: 0px
273 text-justify: auto 274 text-justify: auto
274 text-overflow: clip 275 text-overflow: clip
275 text-rendering: auto 276 text-rendering: auto
276 text-shadow: none 277 text-shadow: none
277 text-size-adjust: auto 278 text-size-adjust: auto
278 text-transform: none 279 text-transform: none
279 text-underline-position: auto 280 text-underline-position: auto
280 top: auto 281 top: auto
(...skipping 20 matching lines...) Expand all
301 word-wrap: normal 302 word-wrap: normal
302 writing-mode: horizontal-tb 303 writing-mode: horizontal-tb
303 x: 0px 304 x: 0px
304 y: 0px 305 y: 0px
305 z-index: auto 306 z-index: auto
306 zoom: 1 307 zoom: 1
307 PASS successfullyParsed is true 308 PASS successfullyParsed is true
308 309
309 TEST COMPLETE 310 TEST COMPLETE
310 311
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698