提交 001d6302 编写于 作者: E Eric Seidel

Test for border parsing I failed to include in my last change.

https://codereview.chromium.org/673073002/

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/654393004
上级 8206a349
Running 1 tests
ok 1 Border should render
1 tests
1 pass
0 fail
<html>
<link rel="import" href="../resources/mocha.html" />
<link rel="import" href="../resources/chai.html" />
<foo />
<script>
describe('Border', function() {
it('should render', function() {
var foo = document.querySelector('foo');
foo.setAttribute('style', 'border: 1px solid red');
assert.equal(foo.style.border, '1px solid rgb(255, 0, 0)');
});
});
</script>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册