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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html

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.html
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
index ad6b23a1e43580b0bdbd41d058a1c22b07caf358..f00c0f47a8f0562400292ed85d295341a6e65ab2 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
@@ -137,8 +137,9 @@
"left": "20px",
"top": "20px",
- "right": "50px",
- "bottom": "50px",
+// Right/Bottom don't make sense with left/top and width
+// "right": "50px",
+// "bottom": "50px",
"font-size": "20px",
"width": "400px",
@@ -212,4 +213,4 @@
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698