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

Unified Diff: LayoutTests/transitions/background-transitions.html

Issue 38573003: Use 4 value syntax for getComputedStyle of background-position and -webkit-mask-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 1 month 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/transitions/background-transitions.html
diff --git a/LayoutTests/transitions/background-transitions.html b/LayoutTests/transitions/background-transitions.html
index 5d5dd796a9fbb4475d57f3cf97be0159c33ec5bc..26fcf801c90b9f6c6eb099ce8e8f05c12a162a83 100644
--- a/LayoutTests/transitions/background-transitions.html
+++ b/LayoutTests/transitions/background-transitions.html
@@ -36,7 +36,7 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'box', 'background-position', [10, 10], 2],
+ [0.5, 'box', 'background-position', ['left', 10, 'top', 10], 2],
[0.5, 'box2', '-webkit-background-size', [20, 20], 2],
];
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-basic-expected.txt ('k') | LayoutTests/transitions/background-transitions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698