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

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

Issue 1295063002: Revert "Remove old serializer" It caused a regression, crbug.com/510422 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/data/pageserialization/simple_page.html ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <!--
3 This page is used to test that WebPageSerializer::retrieveAllResources retri eves
4 correctly the expected resources when dealing with multiple frames.
5 -->
6
7 <body>
8
9 <!-- Resources used by a frame and a tag should be only reported once -->
10 <iframe src="awesome.png"></iframe>
11 <img src="awesome.png"/>
12
13 <iframe src="simple_iframe.html"></iframe>
14 <iframe src="simple_iframe.html"></iframe>
15
16 <!-- Object tags can be used to create iframes -->
17
18 <object data="object_iframe.html"></object>
19 <object data="flash.swf"></object>
20
21 <!-- Embed tags can be used to create iframes as well -->
22 <embed src="embed_iframe.html"></object>
23 <!--
24 <embed src="music.mid"></embed>
25 -->
26 </body>
27
28 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserialization/simple_page.html ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698