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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-color-image-border-radius-bleed.html

Issue 1675823002: Force bleed avoidance for some background image rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Image over image test Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/backgrounds/background-color-image-border-radius-bleed.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-color-image-border-radius-bleed.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-color-image-border-radius-bleed.html
new file mode 100644
index 0000000000000000000000000000000000000000..b432f2028925f4e03d60c870745d7425a1aaaebb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-color-image-border-radius-bleed.html
@@ -0,0 +1,11 @@
+<!doctype HTML>
+<style>
+#SPAN_1 {
+ display: inline-block;
+ height: 100px;
+ width: 100px;
+ background: rgb(0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AEdABsE69gYUwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAuElEQVR42u3d0QkAIAhAQY2Ga/+FbIX+NLi3QOBhn5VRp0JjWkYARECACAgQAQEiIEAERECACAgQAQEiIEAERECACAgQAQEiIEA0ot14dn4wn7IhriwBERAgAgJEQIAICBABERAgAgJEQIAICBABERAgAgJEQIAICBABERAgAgJEQIAICBABERAgeq7zJQff9dkQIAICRECACAgQAREQIAICRECACAgQAREQIAICRECACAgQARGQsV0ZVwURCcMfSQAAAABJRU5ErkJggg==");
+ border-radius: 50% 50% 50% 50%;
+}/*#SPAN_1*/
+</style>
+<span id="SPAN_1"></span>

Powered by Google App Engine
This is Rietveld 408576698