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

Side by Side Diff: LayoutTests/animations/animations-parsing.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 description("Test the parsing and the computed style values of the animations pr operties.") 8 description("Test the parsing and the computed style values of the animations pr operties.")
9 9
10 var testContainer = document.createElement("div"); 10 var testContainer = document.createElement("div");
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 1066
1067 // FIXME : https://code.google.com/p/chromium/issues/detail?id=273092 1067 // FIXME : https://code.google.com/p/chromium/issues/detail?id=273092
1068 /*style.animation = "ease-in ease-otu 5s"; 1068 /*style.animation = "ease-in ease-otu 5s";
1069 shouldBe("style.animation", "''"); 1069 shouldBe("style.animation", "''");
1070 shouldBe("computedStyle.animation", "'none 0s ease 0s 1 normal none running'"); 1070 shouldBe("computedStyle.animation", "'none 0s ease 0s 1 normal none running'");
1071 shouldBe("style.webkitAnimation", "''"); 1071 shouldBe("style.webkitAnimation", "''");
1072 shouldBe("computedStyle.webkitAnimation", "'none 0s ease 0s 1 normal none runnin g'");*/ 1072 shouldBe("computedStyle.webkitAnimation", "'none 0s ease 0s 1 normal none runnin g'");*/
1073 1073
1074 document.body.removeChild(testContainer); 1074 document.body.removeChild(testContainer);
1075 </script> 1075 </script>
1076 <script src="../fast/js/resources/js-test-post.js"></script>
1077 </body> 1076 </body>
1078 </html> 1077 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/animation-events-create.html ('k') | LayoutTests/animations/computed-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698