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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/background-image-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/responsive/border-image-source-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/background-image-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
index 6ee3464a687353291476e36f2f2d26782f4d271b..4a7ef0b3f1900b13456cfb8b4a0ee200b84f824e 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
+++ b/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script src="resources/responsive-test.js"></script>
<script>
-assertResponsive({
+assertCSSResponsive({
property: 'background-image',
to: 'url("test://to")',
configurations: [{
@@ -25,7 +25,7 @@ assertResponsive({
}],
});
-assertResponsive({
+assertCSSResponsive({
property: 'background-image',
from: 'inherit',
to: 'url("test://to")',
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/responsive/border-image-source-responsive.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698