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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-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/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt
index a59285a3fdfc322415f46c706510f1a0f8bbd2f3..9099a21fce0907d08f1d51254a90c7489f2e0bac 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt
@@ -5,11 +5,11 @@ Initial
{
"name": "Content Root Layer",
- "bounds": [785, 626],
+ "bounds": [785, 625],
"children": [
{
"name": "LayoutView #document",
- "bounds": [785, 626],
+ "bounds": [785, 625],
"contentsOpaque": true,
"drawsContent": true,
"children": [
@@ -39,11 +39,11 @@ After step 1
{
"name": "Content Root Layer",
- "bounds": [785, 1158],
+ "bounds": [785, 1157],
"children": [
{
"name": "LayoutView #document",
- "bounds": [785, 1158],
+ "bounds": [785, 1157],
"contentsOpaque": true,
"drawsContent": true,
"children": [

Powered by Google App Engine
This is Rietveld 408576698