Index: test/data/input/todomvc_listorder_shadowdom_test.html |
diff --git a/test/data/input/todomvc_listorder_shadowdom_test.html b/test/data/input/todomvc_listorder_shadowdom_test.html |
index 81cbb655d7d32d060c1e75689f7e417ec9e719ec..deb52092f7183866b0d7a2b33d0061f7d8dd18dd 100644 |
--- a/test/data/input/todomvc_listorder_shadowdom_test.html |
+++ b/test/data/input/todomvc_listorder_shadowdom_test.html |
@@ -35,7 +35,7 @@ BSD-style license that can be found in the LICENSE file. |
<ul id="todo-list"> |
<template iterate="x in app.todos"> |
<template if="viewModel.isVisible(x)"> |
- <x-todo-row data-value="todo:x"></x-todo-row> |
+ <x-todo-row todo="{{x}}"></x-todo-row> |
</template> |
</template> |
</ul> |