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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. Created 3 years, 10 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/fast/css/variables/computed-style.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html b/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
index f2ace3b35304c6dee3d4390faba6953383f8a91b..94f9b5c04f4df8a0cc93d2179ea59afcd84368b0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
+++ b/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
@@ -54,7 +54,7 @@ test(function() {
float_pixel.style.borderStyle = "solid";
test(function() {
- assert_equals(getComputedStyle(float_pixel).borderWidth, '10px');
+ assert_equals(getComputedStyle(float_pixel).borderWidth, '10.5px');
}, 'border-width property, border-style = solid, floating point pixel value');
test(function() {

Powered by Google App Engine
This is Rietveld 408576698