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

Side by Side Diff: LayoutTests/fast/block/block-size-integer-overflow.html

Issue 10583010: Merge 120257 - Padding and borders can cause integer overflow in block layouts (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/block/block-size-integer-overflow-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .fail, .pass, #spacer { 4 .fail, .pass, #spacer {
5 display: table-cell; 5 display: table-cell;
6 } 6 }
7 7
8 .pass { 8 .pass {
9 visibility: hidden; 9 visibility: hidden;
10 } 10 }
(...skipping 17 matching lines...) Expand all
28 <div style="display: -webkit-box; -webkit-box-orient: horizontal"> 28 <div style="display: -webkit-box; -webkit-box-orient: horizontal">
29 This test passes if there is a green box that stretches the width of the page. 29 This test passes if there is a green box that stretches the width of the page.
30 <div style="padding-left: 1px"> 30 <div style="padding-left: 1px">
31 <div class="fail">FA</div> 31 <div class="fail">FA</div>
32 <div id="spacer" style="color: green; width: 100%; background-color: green"> </div> 32 <div id="spacer" style="color: green; width: 100%; background-color: green"> </div>
33 <div class="fail">IL</div> 33 <div class="fail">IL</div>
34 </div> 34 </div>
35 </div> 35 </div>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/block-size-integer-overflow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698