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

Side by Side Diff: Source/web/tests/data/pageserializer/frames/top_frame.html

Issue 1167413004: Merge page serializers [4/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!-- This page is used to test that the PageSerializer correctly retrieves
2 the expected resources when dealing with iframes.
3 -->
4 <html>
5 <body>
6
7 <!-- Images in a frame should be serialized -->
8 <iframe src="top.png"></iframe>
9
10 <!-- Resources used by an iframe tag, serialize once -->
11 <iframe src="simple_iframe.html"></iframe>
12 <iframe src="simple_iframe.html"></iframe>
13
14 <!-- Object tags can be used to create iframes -->
15 <object data="object_iframe.html"></object>
16
17 <!-- Embed tags can be used to create iframes as well -->
18 <embed src="embed_iframe.html"></object>
19
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserializer/frames/simple_iframe.html ('k') | Source/web/tests/data/pageserializer/iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698