| Index: sky/tests/harness/reftest-mismatch-expected-mismatch.sky
|
| diff --git a/sky/tests/harness/reftest-mismatch-expected-mismatch.sky b/sky/tests/harness/reftest-mismatch-expected-mismatch.sky
|
| deleted file mode 100644
|
| index de999553b9835fd05ebba323335b79fc2151af33..0000000000000000000000000000000000000000
|
| --- a/sky/tests/harness/reftest-mismatch-expected-mismatch.sky
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<foo>
|
| -<style>
|
| -foo {
|
| - background-color: black;
|
| -}
|
| -</style>
|
| -<import src="../resources/run-after-display.sky" />
|
| -This is a mismatch reftest.
|
| -<script>
|
| -import "dart:sky.internals" as internals;
|
| -
|
| -void main() {
|
| - runAfterDisplay(() {
|
| - internals.notifyTestComplete("");
|
| - });
|
| -}
|
| -</script>
|
| -</foo>
|
|
|