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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.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-repeat-with-background-color.html
diff --git a/third_party/WebKit/LayoutTests/svg/as-background-image/background-repeat.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
similarity index 82%
copy from third_party/WebKit/LayoutTests/svg/as-background-image/background-repeat.html
copy to third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
index 10b7148fb00dabacbd6ce34bd191b60b94583d90..adc7e1c1baa3d3371b00f828a4d98eabc56b04f0 100644
--- a/third_party/WebKit/LayoutTests/svg/as-background-image/background-repeat.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
@@ -1,16 +1,14 @@
<!DOCTYPE html>
-
<html>
<head>
<style>
div {
display: inline-block;
- width: 200px;
- height: 150px;
+ width: 110px;
+ height: 110px;
margin: 10px;
- border: 1px solid green;
- background-image: url(resources/smiley.svg);
- background-size: 42px;
+ background-color: green;
+ background-image: url(resources/green-24x24.png);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698