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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 13871003: Fixing getComputedStyle to return pixel values for left / right / top / bottom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing a const issue. Created 7 years, 8 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/fast/css/getComputedStyle/computed-style-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
index 124393d805fc41742db54ec0256f862950098973..c3369c7e398177bd0e89e71e8dd9ff3ffe037e2b 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
@@ -30,7 +30,7 @@ border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: none;
border-top-width: 0px;
-bottom: auto;
+bottom: 16px;
box-shadow: none;
box-sizing: content-box;
caption-side: top;
@@ -48,7 +48,7 @@ font-variant: normal;
font-weight: normal;
height: 576px;
image-rendering: auto;
-left: auto;
+left: -8px;
letter-spacing: normal;
line-height: normal;
list-style-image: none;
@@ -79,7 +79,7 @@ page-break-inside: auto;
pointer-events: auto;
position: static;
resize: none;
-right: auto;
+right: 8px;
speak: normal;
table-layout: auto;
tab-size: 8;
@@ -90,7 +90,7 @@ text-rendering: auto;
text-shadow: none;
text-overflow: clip;
text-transform: none;
-top: auto;
+top: -8px;
unicode-bidi: normal;
vertical-align: baseline;
visibility: visible;

Powered by Google App Engine
This is Rietveld 408576698