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

Unified Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-scrolled-expected.txt

Issue 2394913003: Fixed pos objects are offset from the top of the page in paged media (Closed)
Patch Set: bug 652449 Created 4 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/printing/fixed-positioned-scrolled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/printing/fixed-positioned-headers-and-footers-clipped-expected.txt b/third_party/WebKit/LayoutTests/printing/fixed-positioned-scrolled-expected.txt
similarity index 95%
copy from third_party/WebKit/LayoutTests/platform/linux/printing/fixed-positioned-headers-and-footers-clipped-expected.txt
copy to third_party/WebKit/LayoutTests/printing/fixed-positioned-scrolled-expected.txt
index 4a37db4ff44f3659deaad0b4b48b6261a89e6883..bc123877356bb2c4a770e1b4015bc4c9085cd64d 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/printing/fixed-positioned-headers-and-footers-clipped-expected.txt
+++ b/third_party/WebKit/LayoutTests/printing/fixed-positioned-scrolled-expected.txt
@@ -1,4 +1,4 @@
-layer at (0,0) size 1046x799 scrollHeight 2685
+layer at (0,0) size 1046x799 scrollY 525.00 scrollHeight 2685
LayoutView at (0,0) size 1046x799
layer at (0,0) size 1046x2685 backgroundClip at (0,0) size 1046x799 clip at (0,0) size 1046x799
LayoutBlockFlow {HTML} at (0,0) size 1046x2685
@@ -225,10 +225,11 @@ layer at (0,0) size 1046x2685 backgroundClip at (0,0) size 1046x799 clip at (0,0
LayoutBlockFlow {P} at (0,2633) size 1030x20
LayoutText {#text} at (0,0) size 60x19
text run at (0,0) width 60: "Filler lines"
-layer at (8,0) size 0x0
- LayoutBlockFlow (positioned) {DIV} at (8,0) size 0x0
-layer at (8,0) size 945x22 backgroundClip at (8,0) size 400x50 clip at (8,0) size 400x50
- LayoutBlockFlow (positioned) {DIV} at (8,0) size 945x22 [border: (1px solid #000000)]
- LayoutBlockFlow {DIV} at (1,1) size 943x20
- LayoutText {#text} at (0,0) size 943x19
- text run at (0,0) width 943: "crbug.com/303728: Clipped header Line is inside absolute element positioned at top of page so should only appear on first page and should be clipped there."
+layer at (8,545) size 806x38
+ LayoutBlockFlow (positioned) {DIV} at (8,20) size 806x38
+ LayoutBlockFlow {DIV} at (0,0) size 806x30
+ LayoutBlockFlow (anonymous) at (0,0) size 806x20
+ LayoutText {#text} at (0,0) size 806x19
+ text run at (0,0) width 806: "crbug.com/652449: Fixed-position object should be repeated on each page and positioned relative to top of page even when scrolled."
+ LayoutBlockFlow {HR} at (0,28) size 806x2 [border: (1px inset #EEEEEE)]
+scrolled to 0,525

Powered by Google App Engine
This is Rietveld 408576698