OLD | NEW |
---|---|
1 <foo> | 1 <foo> |
2 <style> | |
3 foo { | |
4 background-color: black; | |
5 } | |
6 </style> | |
2 <import src="../resources/run-after-display.sky" /> | 7 <import src="../resources/run-after-display.sky" /> |
3 <p>This is a mismatch reftest. Should not match.</p> | 8 <p>This is a mismatch reftest. Should not match.</p> |
4 <script> | 9 <script> |
5 import "dart:sky.internals" as internals; | 10 import "dart:sky.internals" as internals; |
6 | 11 |
7 void main() { | 12 void main() { |
8 runAfterDisplay(() { | 13 runAfterDisplay(() { |
9 internals.notifyTestComplete(""); | 14 internals.notifyTestComplete(""); |
10 }); | 15 }); |
11 } | 16 } |
12 </script> | 17 </script> |
13 </foo> | 18 </foo> |
OLD | NEW |