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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squashing-print-expected.txt

Issue 1423643002: Print absolutely positioned objects correctly when sized against the viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to rebaseline some tests, and it has to be done manually because of more specific entries alre… Created 5 years, 2 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/compositing/squashing/squashing-print-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squashing-print-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squashing-print-expected.txt
index 0e1e526f7072310a0b3b00759ef3f14bb7644106..6e245ca890c5bc64e6cdd9d49517c292529007ca 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squashing-print-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squashing-print-expected.txt
@@ -1,9 +1,9 @@
-layer at (0,0) size 0x0 scrollHeight 152
- LayoutView at (0,0) size 0x0
+layer at (0,0) size 1000x750
+ LayoutView at (0,0) size 1000x750
layer at (0,0) size 1000x118
LayoutBlockFlow {HTML} at (0,0) size 1000x118
LayoutBlockFlow {BODY} at (8,8) size 984x102
layer at (8,8) size 102x102
LayoutBlockFlow {DIV} at (0,0) size 102x102 [border: (1px solid #000000)]
-layer at (50,50) size 102x102 backgroundClip at (0,0) size 1000x118 clip at (0,0) size 1000x118
+layer at (50,50) size 102x102
LayoutBlockFlow (positioned) {DIV} at (50,50) size 102x102 [border: (1px solid #000000)]

Powered by Google App Engine
This is Rietveld 408576698