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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/borders/border-image-fill-no-border-expected.html
diff --git a/LayoutTests/fast/borders/border-image-fill-no-border-expected.html b/LayoutTests/fast/borders/border-image-fill-no-border-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..45c57e5e9e7ab02dfa0e35490946c967a35bea58
--- /dev/null
+++ b/LayoutTests/fast/borders/border-image-fill-no-border-expected.html
@@ -0,0 +1,48 @@
+<html>
+<head>
+ <style>
+ .inline-block {
+ display: inline-block;
+ margin: 10px;
+ }
+ .fixed-container {
+ height: 80px;
+ width: 80px;
+ }
+ .square-background-two-layer {
+ background-color: yellow;
+ background-image: url('resources/svg-100x100-intrinsic.svg'), none;
+ background-size: 100% 100%, auto;
+ }
+ .with-padding {
+ background-size: 100% 100%, auto;
+ background-clip: content-box, border-box;
+ background-origin: content-box, padding-box;
+ padding: 20px;
+ }
+ .green-bg {
+ background-color: green;
+ }
+ .lime-border {
+ border: 20px solid lime;
+ background-color: green;
+ }
+ </style>
+</head>
+<body>
+ <div class="inline-block fixed-container square-background-two-layer"></div>
+ <div class="inline-block fixed-container square-background-two-layer with-padding"></div>
+ <div class="inline-block fixed-container green-bg"></div>
+ <div class="inline-block fixed-container green-bg lime-border"></div>
+ <br>
+ <div class="inline-block fixed-container square-background-two-layer"></div>
+ <div class="inline-block fixed-container square-background-two-layer with-padding"></div>
+ <div class="inline-block fixed-container green-bg"></div>
+ <div class="inline-block fixed-container green-bg lime-border"></div>
+ <br>
+ <div class="inline-block fixed-container square-background-two-layer"></div>
+ <div class="inline-block fixed-container square-background-two-layer with-padding"></div>
+ <div class="inline-block fixed-container green-bg"></div>
+ <div class="inline-block fixed-container green-bg lime-border"></div>
+</body>
+</html>
« 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