Index: LayoutTests/fast/frames/invalid-cols-rows-value.html |
diff --git a/LayoutTests/fast/frames/invalid-cols-rows-value.html b/LayoutTests/fast/frames/invalid-cols-rows-value.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f7e23ba7c160500608a042cb2b5371ded4d895f1 |
--- /dev/null |
+++ b/LayoutTests/fast/frames/invalid-cols-rows-value.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<frameset cols="5050548387, 50%" rows="50%, 5050548387"> |
+<frame src="resources/red.html"> |
+<frame src="resources/purple.html"> |
+<frame src="resources/purple.html"> |
+<frame src="resources/red.html"> |
+</frameset> |