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

Unified Diff: samples/third_party/todomvc/test/expected/todomvc_mainpage_test.html.txt

Issue 23461006: Moved test changes to dart-lang (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged Created 7 years, 4 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
Index: samples/third_party/todomvc/test/expected/todomvc_mainpage_test.html.txt
diff --git a/samples/third_party/todomvc/test/expected/todomvc_mainpage_test.html.txt b/samples/third_party/todomvc/test/expected/todomvc_mainpage_test.html.txt
index 53fa62160036e7b7fc35c51ecb1afe0cd39bf749..c84abf4f05e34abc0eb8a7db267149dddf379cac 100644
--- a/samples/third_party/todomvc/test/expected/todomvc_mainpage_test.html.txt
+++ b/samples/third_party/todomvc/test/expected/todomvc_mainpage_test.html.txt
@@ -1,5 +1,6 @@
Content-Type: text/plain
-<html lang="en"><head><style>template { display: none; }</style>
+<html lang="en"><head><style shadowcssshim="">style { display: none !important; }
+</style><style shadowcssshim="">template { display: none; }</style>
<!--
This test runs the TodoMVC app and evaluates that it renders correctly.
-->
@@ -240,4 +241,5 @@ ShadowRoot because it crosses the shadow boundary.
<script type="text/javascript" src="packages/shadow_dom/shadow_dom.debug.js"></script>
+<script type="text/javascript" src="packages/browser/interop.js"></script>
<script type="application/dart" src="todomvc_mainpage_test.html_bootstrap.dart"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698