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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 margin-bottom: 10px;
5 width: 100px;
6 height: 100px;
7 background-color: lime;
8 border-bottom: 10px solid black;
9 }
10 </style>
11 Tests background color/image and shadow painting with static and dynamic style.
12 Passes if there are two green squares with black shadows.
13 <div></div>
14 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698