Skip to content

Commit

Permalink
Remove test for rendering select options. Add back after resolving is…
Browse files Browse the repository at this point in the history
…sue #1978.
  • Loading branch information
robinchew committed Oct 25, 2017
1 parent e47908d commit d4c1be7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions render/tests/test-attributes.js
Expand Up @@ -462,12 +462,6 @@ o.spec("attributes", function() {
{tag:"option", attrs: {value: ""}}
]}
}
o("render select options", function() {
var select = {tag: "select", selectedIndex: 0, children: [
{tag:"option", attrs: {value: "1", selected: ""}}
]}
render(root, select)
})
o("can be set as text", function() {
var a = makeSelect()
var b = makeSelect("2")
Expand Down

0 comments on commit d4c1be7

Please sign in to comment.