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

Unified Diff: third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.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/css3/background/background-repeat-round-content-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
index 44febce45bca36db27786d15fee0c8446c794e73..0e60e7125554021f4a0b3fd7a9515e27b7604ca4 100644
--- a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-content-expected.html
@@ -4,12 +4,9 @@
<style>
div
{
- width: 802px;
+ width: 800px;
height: 400px;
- /* The padding and width values differ here from the test case
- due to sub-pixel rounding differences in the way the background
- image phases are calculated in the repeat vs round cases. */
- padding: 50px 49px;
+ padding: 50px 50px;
border: 50px solid transparent;
background-image: url(resources/circle.png);
background-size: 72px 40px;

Powered by Google App Engine
This is Rietveld 408576698