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

Side by Side Diff: LayoutTests/transforms/cssmatrix-3d-interface.xhtml

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 xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="description"></div> 6 <div id="description"></div>
7 <div id="console"></div> 7 <div id="console"></div>
8 8
9 <script> 9 <script>
10 10
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 shouldBe('m.m33', '1'); 437 shouldBe('m.m33', '1');
438 shouldBe('m.m34', '0'); 438 shouldBe('m.m34', '0');
439 shouldBe('m.m41', '0'); 439 shouldBe('m.m41', '0');
440 shouldBe('m.m42', '0'); 440 shouldBe('m.m42', '0');
441 shouldBe('m.m43', '0'); 441 shouldBe('m.m43', '0');
442 shouldBe('m.m44', '1'); 442 shouldBe('m.m44', '1');
443 443
444 debug(""); 444 debug("");
445 445
446 </script> 446 </script>
447 <script src="../fast/js/resources/js-test-post.js"></script>
448 447
449 <script> 448 <script>
450 </script> 449 </script>
451 450
452 </body> 451 </body>
453 </html> 452 </html>
OLDNEW
« no previous file with comments | « LayoutTests/transforms/cssmatrix-2d-interface.xhtml ('k') | LayoutTests/transitions/transition-end-event-create.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698