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

Unified Diff: LayoutTests/platform/linux/fast/forms/select-initial-position-expected.txt

Issue 568453002: Removing container's Left & Top border from computed scroll offset bounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reduced layout test file contents from javascript, style and html content Created 6 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: LayoutTests/platform/linux/fast/forms/select-initial-position-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/select-initial-position-expected.txt b/LayoutTests/platform/linux/fast/forms/select-initial-position-expected.txt
index c5659c36c5be37a290bef43065bee0771ec80110..eaf9f5347b32a07ef739e8c60ee430750ad2bcca 100644
--- a/LayoutTests/platform/linux/fast/forms/select-initial-position-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/select-initial-position-expected.txt
@@ -51,7 +51,7 @@ layer at (0,0) size 800x600
RenderText at (4,1) size 134x16
text run at (4,1) width 134: "this should be selected"
RenderText {#text} at (0,0) size 0x0
-layer at (8,28) size 155x70 clip at (9,29) size 138x68 scrollY 120.00 scrollHeight 238
+layer at (8,28) size 155x70 clip at (9,29) size 138x68 scrollY 119 scrollHeight 238
RenderListBox {SELECT} at (0,20) size 155x70 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
RenderBlock {OPTION} at (1,1) size 138x17
RenderText {#text} at (2,0) size 18x16
@@ -95,7 +95,7 @@ layer at (8,28) size 155x70 clip at (9,29) size 138x68 scrollY 120.00 scrollHeig
RenderBlock {OPTION} at (1,222) size 138x17
RenderText {#text} at (2,0) size 18x16
text run at (2,0) width 18: "opt"
-layer at (8,119) size 155x70 clip at (9,120) size 138x68 scrollY 120.00 scrollHeight 238
+layer at (8,119) size 155x70 clip at (9,120) size 138x68 scrollY 119 scrollHeight 238
RenderListBox {SELECT} at (0,111) size 155x70 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
RenderBlock {OPTION} at (1,1) size 138x17
RenderText {#text} at (2,0) size 18x16

Powered by Google App Engine
This is Rietveld 408576698