<foo> | |
<import src="../resources/run-after-display.sky" /> | |
<div style="filter: grayscale(1) blur(2px); color: green;">This should be gray and blurred</div> | |
<script> | |
import "dart:sky.internals" as internals; | |
void main() { | |
runAfterDisplay(() { | |
internals.notifyTestComplete(""); | |
}); | |
} | |
</script> | |
</foo> |