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

Unified Diff: pkg/polymer/example/component/news/test/expected/news_index_test.html.txt

Issue 23445009: Prune the old deploy code. This CL does a few changes: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: pkg/polymer/example/component/news/test/expected/news_index_test.html.txt
diff --git a/pkg/polymer/example/component/news/test/expected/news_index_test.html.txt b/pkg/polymer/example/component/news/test/expected/news_index_test.html.txt
index 8a45ae6ae432e7e7da4e1b58d7b5f25cd6c4202e..413b78c893a6b96d2179c2c1a000b78a757e9ed0 100644
--- a/pkg/polymer/example/component/news/test/expected/news_index_test.html.txt
+++ b/pkg/polymer/example/component/news/test/expected/news_index_test.html.txt
@@ -1,8 +1,8 @@
Content-Type: text/plain
-<html><head><style shadowcssshim="">template { display: none; }</style>
+<html><head>
<title>Simple Web Components Example</title>
- <script src="../../packages/polymer/testing/testing.js"></script>
+ <script src="packages/polymer/testing/testing.js"></script>
<style>template,
thead[template],
tbody[template],
@@ -16,7 +16,9 @@ col[template],
option[template] {
display: none;
}</style></head>
-<body><polymer-element name="x-news" extends="ul">
+<body><script type="text/javascript" src="packages/shadow_dom/shadow_dom.min.js"></script>
+<script type="text/javascript" src="packages/browser/interop.js"></script>
+<polymer-element name="x-news" extends="ul">
<template>
<style scoped="">
div.breaking {
@@ -44,20 +46,9 @@ option[template] {
</template>
</polymer-element>
-
<h1>Simple Web Components Example</h1>
<ul is="x-news"><shadow-root>
- <style scoped="">
- div.breaking {
- color: Red;
- font-size: 20px;
- border: 1px dashed Purple;
- }
- div.other {
- padding: 2px 0 0 0;
- border: 1px solid Cyan;
- }
- </style>
+ <style scoped="">/* style hidden by testing.js */</style>
<div class="breaking">
<h2>Breaking Stories</h2>
<ul>
@@ -81,6 +72,4 @@ option[template] {
-<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="news_index_test.html_bootstrap.dart"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698