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

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

Issue 2100013002: Implement the new text-size-adjust CSS property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup convertTextSizeAdjust and add a test that better covers it Created 4 years, 5 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 text-anchor: start 266 text-anchor: start
267 text-decoration: none solid rgb(0, 0, 0) 267 text-decoration: none solid rgb(0, 0, 0)
268 text-decoration-color: rgb(0, 0, 0) 268 text-decoration-color: rgb(0, 0, 0)
269 text-decoration-line: none 269 text-decoration-line: none
270 text-decoration-style: solid 270 text-decoration-style: solid
271 text-indent: 0px 271 text-indent: 0px
272 text-justify: auto 272 text-justify: auto
273 text-overflow: clip 273 text-overflow: clip
274 text-rendering: auto 274 text-rendering: auto
275 text-shadow: none 275 text-shadow: none
276 text-size-adjust: auto
276 text-transform: none 277 text-transform: none
277 text-underline-position: auto 278 text-underline-position: auto
278 top: auto 279 top: auto
279 touch-action: auto 280 touch-action: auto
280 transform: none 281 transform: none
281 transform-origin: 384.5px 0px 282 transform-origin: 384.5px 0px
282 transform-style: flat 283 transform-style: flat
283 transition-delay: 0s 284 transition-delay: 0s
284 transition-duration: 0s 285 transition-duration: 0s
285 transition-property: all 286 transition-property: all
(...skipping 12 matching lines...) Expand all
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