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

Unified Diff: LayoutTests/fast/frames/huge-cols-rows-values-expected.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/huge-cols-rows-values-expected.html
diff --git a/LayoutTests/fast/frames/empty-cols-attribute.html b/LayoutTests/fast/frames/huge-cols-rows-values-expected.html
similarity index 72%
copy from LayoutTests/fast/frames/empty-cols-attribute.html
copy to LayoutTests/fast/frames/huge-cols-rows-values-expected.html
index 16106c1c618189ce1243cea280a667118c2ddbb6..c35f83541ce583c796a1fe0b3ae0c9a3a274afce 100644
--- a/LayoutTests/fast/frames/empty-cols-attribute.html
+++ b/LayoutTests/fast/frames/huge-cols-rows-values-expected.html
@@ -1,4 +1,5 @@
-<frameset cols="" rows="1,1">
+<!DOCTYPE html>
+<frameset>
<frame src="resources/red.html">
<frame src="resources/purple.html">
</frameset>
« no previous file with comments | « LayoutTests/fast/frames/huge-cols-rows-values.html ('k') | LayoutTests/fast/frames/invalid-cols-rows-value.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698