068dec6712
R=sigmund@google.com Review URL: https://chromiumcodereview.appspot.com//23224003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26404 260f80e4-7a28-3924-810f-c04153c831b5
17 lines
295 B
HTML
17 lines
295 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Simple CSS Test</title>
|
|
<link rel="import" href="my_test.html">
|
|
<script src='packages/polymer/boot.js'></script>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
p { color: black;}
|
|
</style>
|
|
<p>outside of element, should be black</p>
|
|
|
|
<my-test></my-test>
|
|
</body>
|
|
</html>
|