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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html

Issue 1444233002: Change responsive-test.js neutral keyframe format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_responsiveHarnessWebAnimations
Patch Set: ebased 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="resources/responsive-test.js"></script> 2 <script src="resources/responsive-test.js"></script>
3 <script> 3 <script>
4 assertResponsive({ 4 assertResponsive({
5 property: 'background-image', 5 property: 'background-image',
6 from: '',
7 to: 'url("test://to")', 6 to: 'url("test://to")',
8 configurations: [{ 7 configurations: [{
9 state: {underlying: 'url("test://a")'}, 8 state: {underlying: 'url("test://a")'},
10 expect: [ 9 expect: [
11 {at: 0.25, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.25 )'}, 10 {at: 0.25, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.25 )'},
12 {at: 0.75, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.75 )'}, 11 {at: 0.75, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.75 )'},
13 ], 12 ],
14 }, { 13 }, {
15 state: {underlying: 'url("test://b"), url("test://c")'}, 14 state: {underlying: 'url("test://b"), url("test://c")'},
16 expect: [ 15 expect: [
(...skipping 27 matching lines...) Expand all
44 ], 43 ],
45 }, { 44 }, {
46 state: {inherited: 'none'}, 45 state: {inherited: 'none'},
47 expect: [ 46 expect: [
48 {at: 0.25, is: 'none'}, 47 {at: 0.25, is: 'none'},
49 {at: 0.75, is: 'url("test://to")'}, 48 {at: 0.75, is: 'url("test://to")'},
50 ], 49 ],
51 }], 50 }],
52 }); 51 });
53 </script> 52 </script>
OLDNEW
« 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