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

Side by Side Diff: LayoutTests/fast/writing-mode/percentage-margins-absolute-replaced.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='../js/resources/js-test-pre.js'></script> 4 <script src='../js/resources/js-test-pre.js'></script>
5 <script> 5 <script>
6 description('Percentage margins on absolutely positioned replaced elements are r elative to the container\'s logical width.'); 6 description('Percentage margins on absolutely positioned replaced elements are r elative to the container\'s logical width.');
7 7
8 window.onload = function() { 8 window.onload = function() {
9 var inners = document.querySelectorAll('.inner'); 9 var inners = document.querySelectorAll('.inner');
10 for (var i = 0; i < inners.length; i++) { 10 for (var i = 0; i < inners.length; i++) {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <svg class='inner horizontal-tb'></svg> 69 <svg class='inner horizontal-tb'></svg>
70 </div> 70 </div>
71 71
72 <div class='outer vertical-rl'> 72 <div class='outer vertical-rl'>
73 <svg class='inner vertical-lr'></svg> 73 <svg class='inner vertical-lr'></svg>
74 </div> 74 </div>
75 75
76 <div class='outer vertical-rl'> 76 <div class='outer vertical-rl'>
77 <svg class='inner vertical-rl'></svg> 77 <svg class='inner vertical-rl'></svg>
78 </div> 78 </div>
79 <script src='../js/resources/js-test-post.js'></script>
80 </body> 79 </body>
81 </html> 80 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698