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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-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/getComputedStyle-zoom-and-background-size-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-expected.txt
index 06850693baafb00790aff93ba69fb955924c2242..d703b98f0fb854f968eab401243017b5a11d7b1b 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-expected.txt
@@ -34,8 +34,6 @@ outline-width PASS 2px 2px
position PASS absolute absolute
left PASS 20px 20px
top PASS 20px 20px
-right PASS 50px 50px
-bottom PASS 50px 50px
font-size PASS 20px 20px
width PASS 400px 400px
max-width PASS 900px 900px
@@ -89,8 +87,6 @@ outline-width PASS 2px 2px
position PASS absolute absolute
left PASS 20px 20px
top PASS 20px 20px
-right PASS 50px 50px
-bottom PASS 50px 50px
font-size PASS 20px 20px
width PASS 400px 400px
max-width PASS 900px 900px

Powered by Google App Engine
This is Rietveld 408576698