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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html

Issue 1937903002: Add test for zoomed -webkit-mask-box-image (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html b/third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
similarity index 60%
copy from third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
copy to third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
index 197b2da7e976a1d23b952a7b1c3ccc0d23e22e94..2ab2bf4223e592e791a82df1f33b3942869868a7 100644
--- a/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed-expected.html
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<style>
body {
+ zoom: 2;
margin: 0;
}
div {
- width: 100px;
+ position: absolute;
+ top: 0;
+ left: 10px;
+ width: 80px;
height: 100px;
background-color: green;
}
-::-webkit-scrollbar {
- width: 0px;
- height: 0px;
-}
</style>
<div></div>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/backgrounds/mask-box-image-zoomed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698