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

Side by Side Diff: LayoutTests/fast/table/remove-anonymous-cell.html

Issue 540453003: Get rid of anonymous table* wrappers when they are no longer needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 6 years, 3 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/table/remove-anonymous-cell-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 window.onload = function() {
4 document.body.offsetTop;
5 document.getElementById('elm').style.display = 'table-cell';
6 }
7 </script>
8 <p>There should be a blue rectangle below.</p>
9 <table cellpadding="0" cellspacing="0">
10 <tr>
11 <td style="color:blue; background:blue;">AAAAAAAAAAAAAA</td>
12 </tr>
13 <tr>
14 <td id="elm" style="display:table-row; color:blue; background:blue;">AAA AAAAAAAAAAA</td>
15 </tr>
16 </table>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/remove-anonymous-cell-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698