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

Side by Side Diff: LayoutTests/transforms/2d/computed-style-origin.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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css" media="screen"> 3 <style type="text/css" media="screen">
4 #test1 { 4 #test1 {
5 width: 20px; 5 width: 20px;
6 height: 20px; 6 height: 20px;
7 background-color: blue; 7 background-color: blue;
8 position: relative; 8 position: relative;
9 -webkit-transform: translate(0); 9 -webkit-transform: translate(0);
10 // default transform and perspective origin 10 // default transform and perspective origin
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 shouldBe("test1Style.webkitPerspectiveOrigin", "'10px 10px'"); 96 shouldBe("test1Style.webkitPerspectiveOrigin", "'10px 10px'");
97 shouldBe("test2Style.webkitPerspectiveOrigin", "'10px 10px'"); 97 shouldBe("test2Style.webkitPerspectiveOrigin", "'10px 10px'");
98 shouldBe("test3Style.webkitPerspectiveOrigin", "'0px 20px'"); 98 shouldBe("test3Style.webkitPerspectiveOrigin", "'0px 20px'");
99 shouldBe("test4Style.webkitPerspectiveOrigin", "'5px 7px'"); 99 shouldBe("test4Style.webkitPerspectiveOrigin", "'5px 7px'");
100 shouldBe("test5Style.webkitPerspectiveOrigin", "'15px 15px'"); 100 shouldBe("test5Style.webkitPerspectiveOrigin", "'15px 15px'");
101 shouldBe("test6Style.webkitPerspectiveOrigin", "'50px 50px'"); 101 shouldBe("test6Style.webkitPerspectiveOrigin", "'50px 50px'");
102 102
103 debug(""); 103 debug("");
104 104
105 </script> 105 </script>
106 <script src="../../fast/js/resources/js-test-post.js"></script>
107 </body> 106 </body>
108 </html> 107 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/touch-links-two-finger-tap.html ('k') | LayoutTests/transforms/2d/transform-value-types.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698