Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: sky/tests/harness/reftest-mismatch.sky

Issue 1215023003: Fix tests broken by default text color change. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW
« no previous file with comments | « sky/tests/clipping/clipping-transforms-expected.sky ('k') | sky/tests/harness/reftest-mismatch-expected-mismatch.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698