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

Side by Side Diff: test/data/input/css_compile/index_mangle_test.html

Issue 18581007: Address comments directly in master, adjust for new sdk html fields. (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 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 <!-- 2 <!--
3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. 5 BSD-style license that can be found in the LICENSE file.
6 --> 6 -->
7 <!-- TODO(terry): Temporary to ensure mangling not broken. --> 7 <!-- TODO(terry): Temporary to ensure mangling not broken. -->
8 <html lang="en"> 8 <html lang="en">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 var xComp1Reset = queryAll('[is="x-comp1-reset"]'); 82 var xComp1Reset = queryAll('[is="x-comp1-reset"]');
83 expect(xComp1Reset.length, 1); 83 expect(xComp1Reset.length, 1);
84 84
85 var xComp2 = queryAll('[is="x-comp2"]'); 85 var xComp2 = queryAll('[is="x-comp2"]');
86 expect(xComp2.length, 1); 86 expect(xComp2.length, 1);
87 87
88 var xComp2Reset = queryAll('[is="x-comp2-reset"]'); 88 var xComp2Reset = queryAll('[is="x-comp2-reset"]');
89 expect(xComp2Reset.length, 1); 89 expect(xComp2Reset.length, 1);
90 90
91 window.postMessage('done', '*'); 91 window.postMessage('done', '*');
92 }); 92 });
93 } 93 }
94 </script> 94 </script>
95 </body> 95 </body>
96 </html> 96 </html>
OLDNEW
« no previous file with comments | « test/data/input/css_compile/index_apply_test.html ('k') | test/data/input/css_compile/index_reset_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698