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

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: Wait for onload. 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 <script src="demo.js"></script>
6 </head> 7 </head>
7 <body unresolved> 8 <body unresolved>
8 <cr-settings-prefs></cr-settings-prefs> 9 <cr-settings-prefs></cr-settings-prefs>
9 <cr-settings-a11y-page></cr-settings-a11y-page> 10 <cr-settings-a11y-page></cr-settings-a11y-page>
10 <script>
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

Powered by Google App Engine
This is Rietveld 408576698