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

Unified Diff: third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html

Issue 2606063003: CSS Transitions: Correct expectation for position-background-transition (Closed)
Patch Set: rebase Created 3 years, 12 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
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/position-background-transition.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
diff --git a/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html b/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
index 4c7fdea9ee877c9ac9d4bd0ede3f53fb2cfc323c..420df62eae11be912601e46a07ba6a7cef002114 100644
--- a/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
+++ b/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
@@ -6,6 +6,7 @@ top: 100px;
width: 100px;
height: 100px;
background: green;
+transform: translateZ(0);
}
</style>
<div id="test">This box should transition from red to green.</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/position-background-transition.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698