Index: LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html |
diff --git a/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html b/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..14686933d78eabb5914c6964addcc4928e6f0ffe |
--- /dev/null |
+++ b/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<div style="display:table;"> |
+ <keygen style="display:table-column-group;"></keygen> |
+ PASS if no crash or assert. |
+</div> |