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

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

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 18 matching lines...) Expand all
29 -webkit-column-gap: normal 29 -webkit-column-gap: normal
30 -webkit-column-rule-color: rgb(0, 0, 0) 30 -webkit-column-rule-color: rgb(0, 0, 0)
31 -webkit-column-rule-style: none 31 -webkit-column-rule-style: none
32 -webkit-column-rule-width: 0px 32 -webkit-column-rule-width: 0px
33 -webkit-column-span: none 33 -webkit-column-span: none
34 -webkit-column-width: auto 34 -webkit-column-width: auto
35 -webkit-filter: none 35 -webkit-filter: none
36 -webkit-font-smoothing: auto 36 -webkit-font-smoothing: auto
37 -webkit-highlight: none 37 -webkit-highlight: none
38 -webkit-hyphenate-character: auto 38 -webkit-hyphenate-character: auto
39 -webkit-line-box-contain: block inline replaced
40 -webkit-line-break: auto 39 -webkit-line-break: auto
41 -webkit-line-clamp: none 40 -webkit-line-clamp: none
42 -webkit-locale: auto 41 -webkit-locale: auto
43 -webkit-margin-after-collapse: collapse 42 -webkit-margin-after-collapse: collapse
44 -webkit-margin-before-collapse: collapse 43 -webkit-margin-before-collapse: collapse
45 -webkit-mask-box-image: none 44 -webkit-mask-box-image: none
46 -webkit-mask-box-image-outset: 0px 45 -webkit-mask-box-image-outset: 0px
47 -webkit-mask-box-image-repeat: stretch 46 -webkit-mask-box-image-repeat: stretch
48 -webkit-mask-box-image-slice: 0 fill 47 -webkit-mask-box-image-slice: 0 fill
49 -webkit-mask-box-image-source: none 48 -webkit-mask-box-image-source: none
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 word-wrap: normal 297 word-wrap: normal
299 writing-mode: lr-tb 298 writing-mode: lr-tb
300 x: 0px 299 x: 0px
301 y: 0px 300 y: 0px
302 z-index: auto 301 z-index: auto
303 zoom: 1 302 zoom: 1
304 PASS successfullyParsed is true 303 PASS successfullyParsed is true
305 304
306 TEST COMPLETE 305 TEST COMPLETE
307 306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698