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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt

Issue 2116283002: Don't let rounding prematurely influence document size when printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@620456-2
Patch Set: bug 467579 Created 4 years, 5 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/repaint/border-radius-repaint-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt
index 8b0d92dbd848ddd413d616f027d1fb140df07c23..8b23183f481204804411cfd021c071d5635e6d91 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt
@@ -1,17 +1,17 @@
{
"name": "Content Root Layer",
- "bounds": [874, 600],
+ "bounds": [873, 600],
"children": [
{
"name": "LayoutView #document",
- "bounds": [874, 600],
+ "bounds": [873, 600],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#3F3F3F",
"paintInvalidations": [
{
"object": "LayoutView #document",
- "rect": [0, 600, 874, 180],
+ "rect": [0, 600, 873, 180],
"reason": "incremental"
},
{

Powered by Google App Engine
This is Rietveld 408576698