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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html

Issue 1450123003: Add SVG animation support to responsive-test.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_responsiveNeutralValueFormat
Patch Set: Review changes Created 5 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: third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html
index 5befc7b4dc407ccfa2e2345dd844526d9ae07644..be0ae74e54270c9c5f160ffa7e274cde012515a6 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html
+++ b/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script src="resources/responsive-test.js"></script>
<script>
-assertResponsive({
+assertCSSResponsive({
property: 'color',
from: 'inherit',
to: 'green',
@@ -20,7 +20,7 @@ assertResponsive({
}],
});
-assertResponsive({
+assertCSSResponsive({
property: 'color',
from: 'currentcolor',
to: 'green',

Powered by Google App Engine
This is Rietveld 408576698