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

Side by Side Diff: LayoutTests/fast/table/form-with-table-style.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 1 month 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 <p>This page has a few form elements on it with various styles.</p> 1 <p>This page has a few form elements on it with various styles.</p>
2 <p>In older versions of WebKit, the table styles would cause infinite recursion and hangs. 2 <p>In older versions of WebKit, the table styles would cause infinite recursion and hangs.
3 See <a href="https://bugs.webkit.org/show_bug.cgi?id=5731">bugzilla bug 5731</a> .</p> 3 See <a href="https://bugs.webkit.org/show_bug.cgi?id=5731">bugzilla bug 5731</a> .</p>
4 <div><form style="display:inline">display: inline</form></div> 4 <div><form style="display:inline">display: inline</form></div>
5 <div><form style="display:block">display: block</form></div> 5 <div><form style="display:block">display: block</form></div>
6 <div><form style="display:list-item">display: list-item</form></div> 6 <div><form style="display:list-item">display: list-item</form></div>
7 <div><form style="display:run-in">display: run-in</form></div>
8 <div><form style="display:compact">display: compact</form></div> 7 <div><form style="display:compact">display: compact</form></div>
9 <div><form style="display:inline-block">display: inline-block</form></div> 8 <div><form style="display:inline-block">display: inline-block</form></div>
10 <div><form style="display:table">display: table</form></div> 9 <div><form style="display:table">display: table</form></div>
11 <div><form style="display:inline-table">display: inline-table</form></div> 10 <div><form style="display:inline-table">display: inline-table</form></div>
12 <div><form style="display:table-row-group">display: table-row-group</form></div> 11 <div><form style="display:table-row-group">display: table-row-group</form></div>
13 <div><form style="display:table-header-group">display: table-header-group</form> </div> 12 <div><form style="display:table-header-group">display: table-header-group</form> </div>
14 <div><form style="display:table-footer-group">display: table-footer-group</form> </div> 13 <div><form style="display:table-footer-group">display: table-footer-group</form> </div>
15 <div><form style="display:table-row">display: table-row</form></div> 14 <div><form style="display:table-row">display: table-row</form></div>
16 <div><form style="display:table-column-group">display: table-column-group</form> </div> 15 <div><form style="display:table-column-group">display: table-column-group</form> </div>
17 <div><form style="display:table-column">display: table-column</form></div> 16 <div><form style="display:table-column">display: table-column</form></div>
18 <div><form style="display:table-cell">display: table-cell</form></div> 17 <div><form style="display:table-cell">display: table-cell</form></div>
19 <div><form style="display:table-caption">display: table-caption</form></div> 18 <div><form style="display:table-caption">display: table-caption</form></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698