diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/table/017.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/table/017.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/table/017.html b/third_party/WebKit/LayoutTests/fast/table/017.html new file mode 100644 index 0000000..315c5de --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/table/017.html @@ -0,0 +1,7 @@ +<table width=95% border=1> +<tr><td><table width=100%><tr><td>This is the first column. It has some text in it.</table> +<td><table width=100%><tr><td>This is the second column. It has a lot more content +than the first column. That shouldn't matter. +</table> +</table> + |