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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/rotate3d-negated-axes.html

Issue 2391003004: Fix common axes logic to detect negated axes as not common (Closed)
Patch Set: Update expectation Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/rotate3d-negated-axes-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 @keyframes test {
3 from { transform: rotate3d(0, 0, 1, 90deg); }
4 to { transform: rotate3d(0, 0, -1, 90deg); }
5 }
6 #target {
7 animation: test 2s -1s paused;
8 width: 100px;
9 height: 100px;
10 border: solid;
11 }
12 </style>
13 <div id="target"></div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/rotate3d-negated-axes-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698