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

Side by Side Diff: packages/dart_style/test/regression/0000/0029.stmt

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
(Empty)
1 >>>
2 const _urlAttributes = const [
3 'action', '_action', // in form
4 'background', '_background', // in body
5 'cite', '_cite', // in blockquote, del, ins, q
6 'data', '_data', // in object
7 'formaction', '_formaction', // in button, input
8 'href', '_href', // in a, area, link, base, command
9 'icon', '_icon', // in command
10 'manifest', '_manifest', // in html
11 'poster', '_poster', // in video
12 'src', '_src', // in audio, embed, iframe, img, input, script,
13 // source, track,video
14 ];
15 <<<
16 const _urlAttributes = const [
17 'action', '_action', // in form
18 'background', '_background', // in body
19 'cite', '_cite', // in blockquote, del, ins, q
20 'data', '_data', // in object
21 'formaction', '_formaction', // in button, input
22 'href', '_href', // in a, area, link, base, command
23 'icon', '_icon', // in command
24 'manifest', '_manifest', // in html
25 'poster', '_poster', // in video
26 'src', '_src', // in audio, embed, iframe, img, input, script,
27 // source, track,video
28 ];
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0000/0028.unit ('k') | packages/dart_style/test/regression/0000/0031.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698