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

Side by Side Diff: LayoutTests/fast/table/css-table-width-with-border-padding.html

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months 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="../../resources/check-layout.js"></script> 4 <script src="../../resources/check-layout.js"></script>
5 <script> 5 <script>
6 function test() 6 function test()
7 { 7 {
8 checkLayout('.tableContentBox'); 8 checkLayout('.tableContentBox');
9 checkLayout('.tablePaddingBox'); 9 checkLayout('.tablePaddingBox');
10 checkLayout('.tableBorderBox'); 10 checkLayout('.tableBorderBox');
11 } 11 }
12 </script> 12 </script>
13 <style> 13 <style>
14 .tableContentBox, .tablePaddingBox, .tableBorderBox { 14 .tableContentBox, .tablePaddingBox, .tableBorderBox {
15 display: table; 15 display: table;
16 padding-left: 100px; 16 padding-left: 100px;
17 border: 3px solid teal; 17 border: 3px solid teal;
18 font-family: ahem; 18 font-family: Ahem;
19 } 19 }
20 .tableContentBox { 20 .tableContentBox {
21 -webkit-box-sizing: content-box; 21 -webkit-box-sizing: content-box;
22 box-sizing: content-box; 22 box-sizing: content-box;
23 } 23 }
24 .tablePaddingBox { 24 .tablePaddingBox {
25 -webkit-box-sizing: padding-box; 25 -webkit-box-sizing: padding-box;
26 box-sizing: padding-box; 26 box-sizing: padding-box;
27 } 27 }
28 .tableBorderBox { 28 .tableBorderBox {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 </div> 103 </div>
104 </div> 104 </div>
105 <div style="width: 30em;" class="tablePaddingBox" data-expected-width="586"> 105 <div style="width: 30em;" class="tablePaddingBox" data-expected-width="586">
106 <div class="tablerow"> 106 <div class="tablerow">
107 <div class="tablecell">30em, padding-box</div> 107 <div class="tablecell">30em, padding-box</div>
108 </div> 108 </div>
109 </div> 109 </div>
110 </div> 110 </div>
111 </body> 111 </body>
112 </html> 112 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/ruby-text-before-child-split.html ('k') | LayoutTests/fast/table/table-anonymous-cell-bug.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698