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

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: Created 5 years, 5 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 <style>
2 div
3 {
4 margin-bottom: 35px;
5 width: 100px;
6 height: 100px;
7 background-color: green;
8 }
9 </style>
10 <div>
11 </div>
12 <div style="overflow: scroll;">
13 </div>
14 <div style="overflow: scroll;">
15 </div>
16 <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

Powered by Google App Engine
This is Rietveld 408576698