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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/line-height-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/line-height-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
index 0aec619aab8ccb8b1d6ca48cda6be2d430672faf..2f5c4903b211ab5252101699344fbe184a1c27b8 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
+++ b/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
@@ -6,7 +6,7 @@
</style>
<script src="resources/responsive-test.js"></script>
<script>
-assertResponsive({
+assertCSSResponsive({
property: 'line-height',
from: 'inherit',
to: '200px',
@@ -25,7 +25,7 @@ assertResponsive({
}],
});
-assertResponsive({
+assertCSSResponsive({
property: 'line-height',
to: '200px',
configurations: [{
@@ -67,7 +67,7 @@ assertResponsive({
}],
});
-assertResponsive({
+assertCSSResponsive({
property: 'line-height',
to: '20',
configurations: [{

Powered by Google App Engine
This is Rietveld 408576698