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

Unified Diff: chrome/test/data/save_page/frames-objects.htm

Issue 1412733017: Tests comparing original-vs-saved multi-frame pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using the right test file extension for html-only save-type. Created 5 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
« no previous file with comments | « chrome/test/data/save_page/frames-about-blank.htm ('k') | chrome/test/data/save_page/frames-xsite.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/save_page/frames-objects.htm
diff --git a/chrome/test/data/save_page/frames-objects.htm b/chrome/test/data/save_page/frames-objects.htm
new file mode 100644
index 0000000000000000000000000000000000000000..0f521f23f9d2eb2400a08c3a7e40922c803c42ea
--- /dev/null
+++ b/chrome/test/data/save_page/frames-objects.htm
@@ -0,0 +1,41 @@
+<!doctype html>
+<html>
+ <head><title>Object elements test</title></head>
+ <body>
+ Content verification marker:
+ frames-objects.htm: 8da13db4-a512-4d9b-b1c5-dc1c134234b9
+ <br>
+ <br>
+
+ Html object:
+ <br>
+ <object data="b.htm" border="1">err_no_object_data</object>
+ <br>
+ <br>
+
+ Regular iframe:
+ <br>
+ <iframe src="a.htm" border="1"></iframe>
+ <br>
+ <br>
+
+ Png object:
+ <br>
+ <object data="png.png" border="1">err_no_object_data</object>
+ <br>
+ <br>
+
+ Pdf object:
+ <br>
+ <object data="pdf.pdf" border="1">err_no_object_data</object>
+ <br>
+ <br>
+
+ Svg object:
+ <br>
+ <object data="svg.svg" border="1">err_no_object_data</object>
+ <br>
+ <br>
+
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/save_page/frames-about-blank.htm ('k') | chrome/test/data/save_page/frames-xsite.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698