Adds test css for css regions.

This commit is contained in:
Rachel Nabors 2012-05-01 12:05:35 -04:00
parent bc3080faf8
commit 6dd2404378

View File

@ -0,0 +1,7 @@
.source {
-webkit-flow-into: target;
-ms-flow-into: target; }
.new-container {
-webkit-flow-from: target;
-ms-flow-from: target; }