diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/table/006.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/table/006.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/table/006.html b/third_party/WebKit/LayoutTests/fast/table/006.html new file mode 100644 index 0000000..51c56018 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/table/006.html @@ -0,0 +1,14 @@ +<html> +<head> +<style> +.foo { + padding:100px; +} +</style> +</head> + +<table border="2" cellpadding="5" cellspacing="0"> +<tr> +<td class="foo">Foo +</tr> +</table> |