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

Unified Diff: third_party/WebKit/LayoutTests/paint/background/background-and-shadow-expected.html

Issue 2464053003: Always paint background and shadow separately (Closed)
Patch Set: Rebaseline-cl (invisible pixel changes along shadow edges) (The original Patch Set 2 was removed to get the try result in Patch Set 1) Created 4 years, 1 month 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/paint/background/background-and-shadow-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/background/background-and-shadow-expected.html b/third_party/WebKit/LayoutTests/paint/background/background-and-shadow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..081378a064289822a27953efcd1cda9c773d6474
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/background/background-and-shadow-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+div {
+ margin-bottom: 10px;
+ width: 100px;
+ height: 100px;
+ background-color: lime;
+ border-bottom: 10px solid black;
+}
+</style>
+Tests background color/image and shadow painting with static and dynamic style.
+Passes if there are two green squares with black shadows.
+<div></div>
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698