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: tools/telemetry/telemetry/internal/testing/iframe1.html

Issue 1217293007: Move unittest_data to internal/testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script type="text/javascript">var testVar="iframe1";</script> 4 <script type="text/javascript">var testVar="iframe1";</script>
5 </head> 5 </head>
6 <body> 6 <body>
7 This is IFrame 1. 7 This is IFrame 1.
8 <br> 8 <br>
9 <iframe src="iframe2.html"></iframe> 9 <iframe src="iframe2.html"></iframe>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « tools/telemetry/telemetry/internal/testing/host.html ('k') | tools/telemetry/telemetry/internal/testing/iframe2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698