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

Unified Diff: LayoutTests/fast/frames/invalid-cols-rows-value.html

Issue 1072483004: Handle huge values for cols/rows in frameset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698