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

Side by Side Diff: LayoutTests/fast/flexbox/box-orient-button.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 .box { 5 .box {
6 display: -webkit-flex; 6 display: -webkit-flex;
7 display: flex; 7 display: flex;
8 } 8 }
9 .horizontal { 9 .horizontal {
10 -webkit-flex-direction: row; 10 -webkit-flex-direction: row;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 </button> 62 </button>
63 <p> 63 <p>
64 vertical => horizontal:<br> 64 vertical => horizontal:<br>
65 <button id="toHorizontal" class="box vertical"> 65 <button id="toHorizontal" class="box vertical">
66 <span>hello</span> 66 <span>hello</span>
67 <span>world</span> 67 <span>world</span>
68 </button> 68 </button>
69 </div> 69 </div>
70 <div id="console"></div> 70 <div id="console"></div>
71 <script src="resources/box-orient-button.js"></script> 71 <script src="resources/box-orient-button.js"></script>
72 <script src="../js/resources/js-test-post.js"></script>
73 </body> 72 </body>
74 </html> 73 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/filesystem/workers/sync-operations.html ('k') | LayoutTests/fast/flexbox/child-flexing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698