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

Side by Side Diff: LayoutTests/fast/css/object-position-with-fit-none-expected.html

Issue 24077007: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master again Created 7 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
(Empty)
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <title>object-position on images with object-fit:none and smaller images </title>
6 <style type="text/css">
7 .group > div {
8 display: inline-block;
9 overflow: hidden;
10 width: 100px;
11 height: 100px;
12 margin: 2px 10px;
13 border: 1px solid black;
14 padding: 5px;
15 background-color: gray;
16 }
17
18 .group > div > div { overflow: hidden; height:100%; }
19 .group > div > div > * { display: block; width:72px; height:36px; }
20
21 .group > *:nth-child(1) > div > * { margin-left: 28px; }
22 .group > *:nth-child(2) > div > * { margin-top: 64px; }
23 .group > *:nth-child(3) > div > * { margin-left: 10px; margin-top: 8 0px; }
24 .group > *:nth-child(4) > div > * { margin-left: 56px; margin-top: 3 2px; }
25 .group > *:nth-child(5) > div > * { margin-left: -28px; margin-top: 32px; }
26 .group > *:nth-child(6) > div > * { margin-left: -7px; margin-top: - 10px; }
27 .group > *:nth-child(7) > div > * { margin-left: 72px; }
28 .group > *:nth-child(8) > div > * { margin-top: 72px; }
29 .group > *:nth-child(9) > div > * { margin-left: 300px; }
30 .group > *:nth-child(10) > div > * { margin-left: 300px; }
31 .group > *:nth-child(11) > div > * { margin-left: 30px; margin-top: 30px; }
32 .group > *:nth-child(12) > div > * { margin-left: 14px; margin-top: 32px; }
33 </style>
34 </head>
35 <body>
36
37 <div class="group">
38 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
39 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
40 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
41 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
42 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
43 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
44 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
45 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
46 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
47 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
48 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
49 <div><div><img src="resources/circles-landscape-small.png"></div></d iv>
50 </div>
51
52 </body>
53 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/object-position-with-fit-none.html ('k') | LayoutTests/fast/css/parsing-object-position.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698