Skip to content

Commit 3e09a33

Browse files
author
Scott J Miles
committed
accidentally used <dom-module is=".."> in one test, which works in Chrome but not in FF (for unknown reason)
1 parent f6357c4 commit 3e09a33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/notify-path-elements.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
});
1111
</script>
1212

13-
<dom-module is="x-compose">
13+
<dom-module id="x-compose">
1414
<template>
1515
<x-basic id="basic1" notifying-value="{{obj.value}}" attrvalue$="{{obj.value}}" othervalue="{{obj.value2}}"></x-basic>
1616
<x-basic id="basic2" notifying-value="{{obj.value}}" attrvalue$="{{obj.value}}"></x-basic>
@@ -56,7 +56,7 @@
5656
</script>
5757
</dom-module>
5858

59-
<dom-module is="x-forward">
59+
<dom-module id="x-forward">
6060
<template>
6161
<x-compose id="compose" obj="{{obj}}"></x-compose>
6262
</template>
@@ -101,7 +101,7 @@
101101
</script>
102102
</dom-module>
103103

104-
<dom-module is="x-stuff">
104+
<dom-module id="x-stuff">
105105
<template>
106106
<x-basic id="basic" notifying-value="{{nested.obj.value}}" attrvalue$="{{nested.obj.value}}"></x-basic>
107107
<x-compose id="compose" obj="{{nested.obj}}"></x-compose>

0 commit comments

Comments
 (0)