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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js

Issue 2625313002: CSS: Rotate support for none and fixed responsive-test.js (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/responsive/rotate-responsive.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js b/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
index 5a35f5c3c45b51304f4bf499828c0d075c21138b..2c47f6312c480da5183413d84e186f4a0a463b34 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
+++ b/third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js
@@ -70,6 +70,9 @@ function assertCSSResponsive(options) {
return createElement('div', container, 'target');
},
setValue(target, property, value) {
+ test(function() {
+ assert_true(CSS.supports(property, value), 'CSS.supports ' + property + ' ' + value);
+ });
target.style[property] = value;
},
getAnimatedValue(target, property) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/responsive/rotate-responsive.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698