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

Side by Side Diff: webkit/data/test_shell/iframes/testiframe.html

Issue 401923005: webkit: Remove all files from test_shell/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
OLDNEW
(Empty)
1 <HTML>
2 <HEAD>
3 <TITLE>IFRAME test</TITLE>
4 </HEAD>
5 <BODY bgcolor=green>
6 <iframe
7 style = 'margin: 100px;'
8 src = 'testiframe2.html'
9 width = '300'
10 height = '300'
11 marginwidth = '0'
12 marginheight = '0'
13 frameborder = '0'
14 scrolling = 'no'></iframe>
15 </iframe>
16 </BODY>
17 </HTML>
OLDNEW
« no previous file with comments | « webkit/data/test_shell/iframes/test2.html ('k') | webkit/data/test_shell/iframes/testiframe2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698