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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/tests/observatory_ui/observatory_ui.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/observatory_ui/virtual_tree/element_test.html
diff --git a/runtime/observatory/tests/observatory_ui/virtual_tree/element_test.html b/runtime/observatory/tests/observatory_ui/virtual_tree/element_test.html
index 47a9a3ae2f8664bd6799b72a343068d7d9e6495d..ebc8b3e4e864977f5cf345f0668d6542a160f757 100644
--- a/runtime/observatory/tests/observatory_ui/virtual_tree/element_test.html
+++ b/runtime/observatory/tests/observatory_ui/virtual_tree/element_test.html
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="dart.unittest" content="full-stack-traces">
+ <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css">
<style>
.unittest-table { font-family:monospace; border:1px; }
.unittest-pass { background: #6b3;}
@@ -11,6 +12,7 @@
.test_container {
height: 100px;
+ width: 100%;
}
.test_item {
« 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