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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html

Issue 1504463002: Turn down BackgroundImageGeometry aggressive LayoutUnit conversion by a notch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment to additional sub-pixel heuristic call Created 5 years 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/size/scaled-sprited-background-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..978768f61912b2a03fecaa2c38bbf07cab223cbb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 108px;
+ height: 20px;
+ background: url(../resources/star_sprites.png) no-repeat 0 bottom;
+ background-size: 108px 172px;
+}
+</style>
+<body>
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698