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

Side by Side Diff: chrome/test/data/extensions/api_test/page_capture/google.html

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more sync Created 9 years 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
1 <html> 1 <html>
2 <body> 2 <body>
3 <h1>Welcome to the Google</h1> 3 <h1>Welcome to the Google</h1>
4 <img src="logo.png"/> 4 <img src="logo.png"/>
5 <form> 5 <form>
6 <input type="text"/ name="seachQuery"><input type="submit"/> 6 <input type="text"/ name="seachQuery"><input type="submit"/>
7 </form> 7 </form>
8 </body> 8 </body>
9 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698