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

Side by Side Diff: runtime/observatory/tests/observatory_ui/virtual_tree/element_test.html

Issue 2968813002: Avoid Stack Overflows during VirtualTree expansion (Closed)
Patch Set: Addressed comments Created 3 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
« no previous file with comments | « runtime/observatory/tests/observatory_ui/virtual_tree/element_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta name="dart.unittest" content="full-stack-traces">
6 <style>
7 .unittest-table { font-family:monospace; border:1px; }
8 .unittest-pass { background: #6b3;}
9 .unittest-fail { background: #d55;}
10 .unittest-error { background: #a11;}
11
12 .test_container {
13 height: 100px;
14 }
15
16 .test_item {
17 height: 20px;
18 }
19 </style>
20 <script src="/packages/web_components/webcomponents-lite.min.js"></script>
21 </head>
22 <body>
23 <div class="test_container">
24 </div>
25 <script type="text/javascript"
26 src="/root_dart/tools/testing/dart/test_controller.js"></script>
27 %TEST_SCRIPTS%
28 </body>
29 </html>
OLDNEW
« no previous file with comments | « runtime/observatory/tests/observatory_ui/virtual_tree/element_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698