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

Side by Side Diff: LayoutTests/fast/flexbox/flexing-overflow-scroll-item.html

Issue 11017062: Merge 130549 - Deprecated flexboxes subtract scrollbar width/height twice (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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/flexbox/flexing-overflow-scroll-item-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <div id="flexbox" style="display: -webkit-box; height: 100px; width: 200px;"> 2 <div id="flexbox" style="display: -webkit-box; height: 100px; width: 200px;">
3 <div style="overflow: scroll; -webkit-box-flex: 1;" data-expected-width=200 data-expected-height=100></div> 3 <div style="overflow: scroll; -webkit-box-flex: 1;" data-expected-width=200 data-expected-height=100></div>
4 </div> 4 </div>
5 5
6 <div id="flexbox" style="display: -webkit-box; height: 100px; width: 200px; -web kit-box-orient: vertical;"> 6 <div id="flexbox" style="display: -webkit-box; height: 100px; width: 200px; -web kit-box-orient: vertical;">
7 <div style="overflow: scroll; -webkit-box-flex: 1;" data-expected-width=200 data-expected-height=100></div> 7 <div style="overflow: scroll; -webkit-box-flex: 1;" data-expected-width=200 data-expected-height=100></div>
8 </div> 8 </div>
9 9
10 <script src="../../resources/check-layout.js"></script> 10 <script src="../../resources/check-layout.js"></script>
11 <script> 11 <script>
12 if (window.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
14 checkLayout('#flexbox'); 14 checkLayout('#flexbox');
15 </script> 15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/flexing-overflow-scroll-item-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698