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

Side by Side Diff: chrome/browser/resources/settings/a11y_page/demo.html

Issue 985533002: Set up serving infrastructure for c/b/r/settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unrelated changes Created 5 years, 9 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 <link href="a11y_page.html" rel="import"> 4 <link href="a11y_page.html" rel="import">
5 <link href="../prefs/prefs.html" rel="import"> 5 <link href="../prefs/prefs.html" rel="import">
6 </head> 6 </head>
7 <body unresolved> 7 <body unresolved>
8 <cr-settings-prefs></cr-settings-prefs> 8 <cr-settings-prefs></cr-settings-prefs>
9 <cr-settings-a11y-page></cr-settings-a11y-page> 9 <cr-settings-a11y-page></cr-settings-a11y-page>
10 <script> 10 <script src="demo.js"></script>
James Hawkins 2015/03/06 18:44:12 Is this required to be in the body?
Jeremy Klein 2015/03/06 18:48:33 Nope. It's just a web-dev best practice to put scr
11 var page = document.querySelector('cr-settings-a11y-page');
12 page.prefs = document.querySelector('cr-settings-prefs');
13 </script>
14 </body> 11 </body>
15 </html> 12 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/a11y_page/a11y_page.js ('k') | chrome/browser/resources/settings/a11y_page/demo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698