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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background.html
new file mode 100644
index 0000000000000000000000000000000000000000..e5b9a0fb97c7b43d5bc928101337d7ce11c28708
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background.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 auto;
+}
+</style>
+<body>
davve 2015/12/08 20:19:21 nit: you may remove <body> here and in the -expect
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698