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

Side by Side Diff: LayoutTests/fast/dom/shadow/table-border-expected.html

Issue 15652006: Let HTMLTablePartElement::findParentTable() about come across shadow boundary. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to use NodeRenderingTraversal Created 7 years, 6 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 <html>
2 <body>
3 <table border>
4 <tr><td>A</td><td>B</td></tr>
5 <tr><td>C</td><td>D</td></tr>
6 </table>
7 <table border>
8 <tr><td>E</td><td>F</td><td>G</td></tr>
9 <tr><td>H</td><td>I</td><td>J</td></tr>
10 </table>
11 <table border>
12 <tr><td>K</td></tr>
13 <tr><td>L</td></tr>
14 </table>
15 <div>
16 <table border>
17 <tr><td>M</td></tr>
18 </table>
19 </div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698