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

Unified Diff: third_party/WebKit/LayoutTests/fast/frames/script-modify-iframe-attr-expected.html

Issue 2507023002: Support script modify iframe scrolling, marginWidth and marginHeight attr (Closed)
Patch Set: add fix for marginWidth and marginHeight 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/fast/frames/script-modify-iframe-attr-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/script-modify-iframe-attr-expected.html b/third_party/WebKit/LayoutTests/fast/frames/script-modify-iframe-attr-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b1a557b6d67dde42b77961b4808573f3f3aafcd8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/frames/script-modify-iframe-attr-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<iframe id="ifr" scrolling="no" marginwidth="50" marginheight="100"
+ style="width:200px;height:200px;"
+ src="http://127.0.0.1:8000/fast/frames/resources/big-page.html">
+</iframe>
+a
bokan 2016/11/18 20:56:18 Nit: remove 'a'

Powered by Google App Engine
This is Rietveld 408576698