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

Side by Side Diff: LayoutTests/fast/table/overflowScroll-display-block-expected.html

Issue 1228373007: Compute the correct overflow-x and overflow-y values for table elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 4 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div
4 {
5 margin-bottom: 35px;
6 width: 100px;
7 height: 100px;
8 background-color: green;
9 }
10 </style>
11 <div style="overflow: scroll;">
12 </div>
13 <div style="overflow: scroll;">
14 </div>
15 <div style="overflow: scroll;">
16 </div>
17 <p> crbug.com/368699: When table elements have display: block, they should be al lowed to have overflow:scroll. The exception is the table element, which doesn't permit anything other than visible per http://dev.w3.org/csswg/css2/visufx.html #overflow.</p>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/overflowScroll-display-block.html ('k') | LayoutTests/fast/table/overflowScroll-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698