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

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

Issue 2968283002: Fixed synchronization problem in FF and Safari for virtual-tree test (Closed)
Patch Set: Clear the RenderScheduler wait list after notification 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/observatory_ui.status ('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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta name="dart.unittest" content="full-stack-traces"> 5 <meta name="dart.unittest" content="full-stack-traces">
6 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" >
6 <style> 7 <style>
7 .unittest-table { font-family:monospace; border:1px; } 8 .unittest-table { font-family:monospace; border:1px; }
8 .unittest-pass { background: #6b3;} 9 .unittest-pass { background: #6b3;}
9 .unittest-fail { background: #d55;} 10 .unittest-fail { background: #d55;}
10 .unittest-error { background: #a11;} 11 .unittest-error { background: #a11;}
11 12
12 .test_container { 13 .test_container {
13 height: 100px; 14 height: 100px;
15 width: 100%;
14 } 16 }
15 17
16 .test_item { 18 .test_item {
17 height: 20px; 19 height: 20px;
18 } 20 }
19 </style> 21 </style>
20 <script src="/packages/web_components/webcomponents-lite.min.js"></script> 22 <script src="/packages/web_components/webcomponents-lite.min.js"></script>
21 </head> 23 </head>
22 <body> 24 <body>
23 <div class="test_container"> 25 <div class="test_container">
24 </div> 26 </div>
25 <script type="text/javascript" 27 <script type="text/javascript"
26 src="/root_dart/tools/testing/dart/test_controller.js"></script> 28 src="/root_dart/tools/testing/dart/test_controller.js"></script>
27 %TEST_SCRIPTS% 29 %TEST_SCRIPTS%
28 </body> 30 </body>
29 </html> 31 </html>
OLDNEW
« no previous file with comments | « runtime/observatory/tests/observatory_ui/observatory_ui.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698