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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/iframe-script-modify-attr-expected.html

Issue 2507023002: Support script modify iframe scrolling, marginWidth and marginHeight attr (Closed)
Patch Set: remove using namespace 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/misc/iframe-script-modify-attr-expected.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/iframe-script-modify-attr-expected.html b/third_party/WebKit/LayoutTests/http/tests/misc/iframe-script-modify-attr-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3c61a4a2014bf440de7f4fcb3f3d23c0a1f68dee
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/iframe-script-modify-attr-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<iframe id="ifr" scrolling="no" marginwidth="50" marginheight="100"
+ style="width:200px;height:200px;"
+ src="http://localhost:8000/misc/resources/iframe-big.html">
+</iframe>

Powered by Google App Engine
This is Rietveld 408576698