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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/frames/resources/subframe.html

Issue 2507023002: Support script modify iframe scrolling, marginWidth and marginHeight attr (Closed)
Patch Set: alexmos@ comment#20 addressed. but layouttest still not working with flag Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/http/tests/frames/resources/subframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/frames/resources/subframe.html b/third_party/WebKit/LayoutTests/http/tests/frames/resources/subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..26da91e0cd32e3b06d9978476e134e73739af5e4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/frames/resources/subframe.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<p>need something shows here.</p>
+<p style="position: absolute; left: 1000px; top: 1000px;">make the iframe big enough</p>

Powered by Google App Engine
This is Rietveld 408576698