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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/table-border-expected.html
diff --git a/LayoutTests/fast/dom/shadow/table-border-expected.html b/LayoutTests/fast/dom/shadow/table-border-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a0742c3a7ca6a47dd8eafcbecab19d5ca985b63f
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/table-border-expected.html
@@ -0,0 +1,21 @@
+<html>
+<body>
+<table border>
+ <tr><td>A</td><td>B</td></tr>
+ <tr><td>C</td><td>D</td></tr>
+</table>
+<table border>
+ <tr><td>E</td><td>F</td><td>G</td></tr>
+ <tr><td>H</td><td>I</td><td>J</td></tr>
+</table>
+<table border>
+ <tr><td>K</td></tr>
+ <tr><td>L</td></tr>
+</table>
+<div>
+<table border>
+ <tr><td>M</td></tr>
+</table>
+</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698