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

Unified Diff: chrome/test/data/local_ntp_browsertest.html

Issue 2684593002: [Local NTP] Cleanup: Don't create HTML elements dynamically (Closed)
Patch Set: go back to dynamically creating the iframe Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/local_ntp/local_ntp.js ('k') | chrome/test/data/local_ntp_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/local_ntp_browsertest.html
diff --git a/chrome/test/data/local_ntp_browsertest.html b/chrome/test/data/local_ntp_browsertest.html
index 59d6865dc43333cbd6a6b0e56351125cbfa8cd25..8d84e27804803257997e9b598446da50fefcb878 100644
--- a/chrome/test/data/local_ntp_browsertest.html
+++ b/chrome/test/data/local_ntp_browsertest.html
@@ -12,7 +12,15 @@
<script src="local_ntp_browsertest.js"></script>
<template id="local-ntp-body">
<div id="ntp-contents">
+ <div id="logo" title="Google"></div>
+ <div id="fakebox">
+ <div id="fakebox-text"></div>
+ <input id="fakebox-input" autocomplete="off" tabIndex="-1" type="url"
+ aria-hidden="true">
+ <div id="cursor"></div>
+ </div>
<div id="most-visited">
+ <!-- The container for the tiles. The MV iframe goes in here. -->
<div id="mv-tiles"></div>
<!-- Notification shown when a tile is blacklisted. -->
<div id="mv-notice" class="mv-notice-hide">
« no previous file with comments | « chrome/browser/resources/local_ntp/local_ntp.js ('k') | chrome/test/data/local_ntp_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698