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

Side by Side Diff: LayoutTests/fast/borders/border-image-fill-no-border-expected.html

Issue 1159773005: Handle border-image with fill and zero-width borders (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comment Created 5 years, 6 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 <html>
2 <head>
3 <style>
4 .inline-block {
5 display: inline-block;
6 margin: 10px;
7 }
8 .fixed-container {
9 height: 80px;
10 width: 80px;
11 }
12 .square-background-two-layer {
13 background-color: yellow;
14 background-image: url('resources/svg-100x100-intrinsic.svg'), none;
15 background-size: 100% 100%, auto;
16 }
17 .with-padding {
18 background-size: 100% 100%, auto;
19 background-clip: content-box, border-box;
20 background-origin: content-box, padding-box;
21 padding: 20px;
22 }
23 .green-bg {
24 background-color: green;
25 }
26 .lime-border {
27 border: 20px solid lime;
28 background-color: green;
29 }
30 </style>
31 </head>
32 <body>
33 <div class="inline-block fixed-container square-background-two-layer"></div>
34 <div class="inline-block fixed-container square-background-two-layer with-padd ing"></div>
35 <div class="inline-block fixed-container green-bg"></div>
36 <div class="inline-block fixed-container green-bg lime-border"></div>
37 <br>
38 <div class="inline-block fixed-container square-background-two-layer"></div>
39 <div class="inline-block fixed-container square-background-two-layer with-padd ing"></div>
40 <div class="inline-block fixed-container green-bg"></div>
41 <div class="inline-block fixed-container green-bg lime-border"></div>
42 <br>
43 <div class="inline-block fixed-container square-background-two-layer"></div>
44 <div class="inline-block fixed-container square-background-two-layer with-padd ing"></div>
45 <div class="inline-block fixed-container green-bg"></div>
46 <div class="inline-block fixed-container green-bg lime-border"></div>
47 </body>
48 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-image-fill-no-border.html ('k') | LayoutTests/fast/borders/resources/button-border.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698