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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-expected.txt

Issue 13871003: Fixing getComputedStyle to return pixel values for left / right / top / bottom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing a const issue. Created 7 years, 8 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 Checks that getComputedStyle() on a zoomed element returns the right thing. 1 Checks that getComputedStyle() on a zoomed element returns the right thing.
2 Results while display:block 2 Results while display:block
3 3
4 Property Pass? Set Value Computed Value 4 Property Pass? Set Value Computed Value
5 background-position PASS 10px 10px 10px 10px 5 background-position PASS 10px 10px 10px 10px
6 background-size PASS 400px 300px 400px 300px 6 background-size PASS 400px 300px 400px 300px
7 -webkit-border-horizontal-spacing PASS 10px 10px 7 -webkit-border-horizontal-spacing PASS 10px 10px
8 -webkit-border-vertical-spacing PASS 10px 10px 8 -webkit-border-vertical-spacing PASS 10px 10px
9 border-top-style PASS solid solid 9 border-top-style PASS solid solid
10 border-top-width PASS 2px 2px 10 border-top-width PASS 2px 2px
(...skipping 16 matching lines...) Expand all
27 -webkit-marquee-increment PASS 10px 10px 27 -webkit-marquee-increment PASS 10px 10px
28 -webkit-mask-position PASS 10px 10px 10px 10px 28 -webkit-mask-position PASS 10px 10px 10px 10px
29 -webkit-mask-size PASS 10px 10px 10px 10px 29 -webkit-mask-size PASS 10px 10px 10px 10px
30 -webkit-perspective PASS 400px 400px 30 -webkit-perspective PASS 400px 400px
31 -webkit-perspective-origin PASS 20px 20px 20px 20px 31 -webkit-perspective-origin PASS 20px 20px 20px 20px
32 -webkit-text-stroke-width PASS 2px 2px 32 -webkit-text-stroke-width PASS 2px 2px
33 -webkit-transform-origin PASS 10px 10px 10px 10px 33 -webkit-transform-origin PASS 10px 10px 10px 10px
34 position PASS absolute absolute 34 position PASS absolute absolute
35 left PASS 20px 20px 35 left PASS 20px 20px
36 top PASS 20px 20px 36 top PASS 20px 20px
37 right PASS 50px 50px
38 bottom PASS 50px 50px
39 font-size PASS 20px 20px 37 font-size PASS 20px 20px
40 width PASS 400px 400px 38 width PASS 400px 400px
41 max-width PASS 900px 900px 39 max-width PASS 900px 900px
42 min-width PASS 200px 200px 40 min-width PASS 200px 200px
43 height PASS 250px 250px 41 height PASS 250px 250px
44 max-height PASS 600px 600px 42 max-height PASS 600px 600px
45 min-height PASS 200px 200px 43 min-height PASS 200px 200px
46 letter-spacing PASS 2px 2px 44 letter-spacing PASS 2px 2px
47 word-spacing PASS 10px 10px 45 word-spacing PASS 10px 10px
48 margin-top PASS 10px 10px 46 margin-top PASS 10px 10px
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 -webkit-marquee-increment PASS 10px 10px 80 -webkit-marquee-increment PASS 10px 10px
83 -webkit-mask-position PASS 10px 10px 10px 10px 81 -webkit-mask-position PASS 10px 10px 10px 10px
84 -webkit-mask-size PASS 10px 10px 10px 10px 82 -webkit-mask-size PASS 10px 10px 10px 10px
85 -webkit-perspective PASS 400px 400px 83 -webkit-perspective PASS 400px 400px
86 -webkit-perspective-origin PASS 20px 20px 20px 20px 84 -webkit-perspective-origin PASS 20px 20px 20px 20px
87 -webkit-text-stroke-width PASS 2px 2px 85 -webkit-text-stroke-width PASS 2px 2px
88 -webkit-transform-origin PASS 10px 10px 10px 10px 86 -webkit-transform-origin PASS 10px 10px 10px 10px
89 position PASS absolute absolute 87 position PASS absolute absolute
90 left PASS 20px 20px 88 left PASS 20px 20px
91 top PASS 20px 20px 89 top PASS 20px 20px
92 right PASS 50px 50px
93 bottom PASS 50px 50px
94 font-size PASS 20px 20px 90 font-size PASS 20px 20px
95 width PASS 400px 400px 91 width PASS 400px 400px
96 max-width PASS 900px 900px 92 max-width PASS 900px 900px
97 min-width PASS 200px 200px 93 min-width PASS 200px 200px
98 height PASS 250px 250px 94 height PASS 250px 250px
99 max-height PASS 600px 600px 95 max-height PASS 600px 600px
100 min-height PASS 200px 200px 96 min-height PASS 200px 200px
101 letter-spacing PASS 2px 2px 97 letter-spacing PASS 2px 2px
102 word-spacing PASS 10px 10px 98 word-spacing PASS 10px 10px
103 margin-top PASS 10px 10px 99 margin-top PASS 10px 10px
104 margin-right PASS 10px 10px 100 margin-right PASS 10px 10px
105 margin-bottom PASS 10px 10px 101 margin-bottom PASS 10px 10px
106 margin-left PASS 10px 10px 102 margin-left PASS 10px 10px
107 padding-top PASS 10px 10px 103 padding-top PASS 10px 10px
108 padding-right PASS 10px 10px 104 padding-right PASS 10px 10px
109 padding-bottom PASS 10px 10px 105 padding-bottom PASS 10px 10px
110 padding-left PASS 10px 10px 106 padding-left PASS 10px 10px
111 text-indent PASS 10px 10px 107 text-indent PASS 10px 10px
112 This div has a zoom value of "2." It has a width of 300px. Its background size i s: 400px by 300px. 108 This div has a zoom value of "2." It has a width of 300px. Its background size i s: 400px by 300px.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698