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

Side by Side Diff: LayoutTests/fast/table/quote-text-around-iframe.html

Issue 8016006: Merge 95671 - Source/WebCore: Not use anonymousContainer on beforeChild calculation (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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/table-cell-before-after-content-around-table-block-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 <!-- You should see Quote followed by A, followed by iframe, followed by B and e nding in Quote --> 2 <!-- You should see Quote followed by A, followed by iframe, followed by B and e nding in Quote -->
3 <body> 3 <body>
4 <q style="display: table-row;"> 4 <q style="display: table-row;">
5 A<iframe></iframe>B 5 A<iframe></iframe>B
6 </q> 6 </q>
7 <script> 7 <script>
8 document.body.offsetTop; 8 document.body.offsetTop;
9 document.body.style.zoom = "200%"; 9 document.body.style.zoom = "200%";
10 </script> 10 </script>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-cell-before-after-content-around-table-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698