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

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

Issue 2973013002: Group all responsive animation tests together (Closed)
Patch Set: Rebase Created 3 years, 5 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
Index: third_party/WebKit/LayoutTests/animations/responsive/d-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/d-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/d-responsive.html
deleted file mode 100644
index d6f257c15a7f87c838ef34a1002ee84c1ff9797d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/responsive/d-responsive.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<script src="resources/responsive-test.js"></script>
-<script>
-assertCSSResponsive({
- targetTag: 'path',
- property: 'd',
- from: "inherit",
- to: "path('M 10 20 H 30')",
- configurations: [{
- state: {inherited: "path('M 90 60 H 34')"},
- expect: [
- {at: 0.25, is: "path('M 70 50 H 33')"},
- {at: 0.75, is: "path('M 30 30 H 31')"},
- ],
- }, {
- state: {inherited: "path('M 6 0 H 70')"},
- expect: [
- {at: 0.25, is: "path('M 7 5 H 60')"},
- {at: 0.75, is: "path('M 9 15 H 40')"},
- ],
- }, {
- state: {inherited: "none"},
- expect: [
- {at: 0.25, is: "none"},
- {at: 0.75, is: "path('M 10 20 H 30')"},
- ],
- }],
-});
-</script>

Powered by Google App Engine
This is Rietveld 408576698