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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html

Issue 1780893004: Adjust the rounding methodology for tiled background phase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed bad comment Created 4 years, 9 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-position-zoomed.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html
index a963a618892aa245b0c2126a81c06c7b048fbe85..8969a5ecb113d1f64ba3ea92ba23402d6d901c60 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-zoomed.html
@@ -2,10 +2,10 @@
<style>
div {
zoom: 0.5;
- width: 25px;
- height: 25px;
+ width: 26px;
+ height: 26px;
background-image: url('resources/bg_position_larger.gif');
- background-position: 35px 35px;
+ background-position: 36px 36px;
}
</style>
<div></div>

Powered by Google App Engine
This is Rietveld 408576698