Update test/runtime/samples/style_manager-cleanup/_config.js

Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
pull/7260/head
Mathias Picker 4 years ago committed by GitHub
parent 02bc49b061
commit 662faa3f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ export default {
raf.tick(100); raf.tick(100);
component.visible = false; component.visible = false;
raf.tick(200); raf.tick(200);
raf.tick(60); raf.tick(0);
assert.htmlEqual( assert.htmlEqual(
window.document.head.innerHTML, window.document.head.innerHTML,

Loading…
Cancel
Save