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

Unified Diff: third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too 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/change-transform-style-during-animation-expected.html
diff --git a/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html b/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
index a39c1a50efd1c882395f16ab5a0a8042812c1618..ce07027c559b99ee08250e01d93320b4608f6718 100644
--- a/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
+++ b/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
@@ -4,7 +4,7 @@
<style>
#container {
transform: translateZ(0px);
- -webkit-perspective: 400;
+ perspective: 400;
}
#revealed {
@@ -22,7 +22,7 @@
width: 100px;
background-color: red;
transform: translateZ(200px) translateX(-200px);
- -webkit-transform-style: preserve-3d;
+ transform-style: preserve-3d;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698