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

Unified Diff: test/data/input/bind_hyphenated_attribute_test.html

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/html5_utils_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/bind_hyphenated_attribute_test.html
diff --git a/test/data/input/bind_hyphenated_attribute_test.html b/test/data/input/bind_hyphenated_attribute_test.html
index 6bdc3d2f8fcc40d584c7d8d7e0b5230dbcc1ca13..963b340e8c6480b007e7dbc5d7d13ce77283ce59 100644
--- a/test/data/input/bind_hyphenated_attribute_test.html
+++ b/test/data/input/bind_hyphenated_attribute_test.html
@@ -14,6 +14,8 @@
<div data-hi="{{topLevelVar}}"></div>
<script type="application/dart">
import 'dart:html';
+ import 'package:web_ui/web_ui.dart';
+
@observable String topLevelVar = "hi";
main() {
window.onLoad.listen((e) {
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/html5_utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698