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

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

Issue 1077473002: Stop rendering text inside flex boxes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 <import src="../resources/run-after-display.sky" /> 2 <import src="../resources/run-after-display.sky" />
3 This is a mismatch reftest. Should not match. 3 <p style="display: paragraph">This is a mismatch reftest. Should not match.</p>
4 <script> 4 <script>
5 import "dart:sky.internals" as internals; 5 import "dart:sky.internals" as internals;
6 6
7 void main() { 7 void main() {
8 runAfterDisplay(() { 8 runAfterDisplay(() {
9 internals.notifyTestComplete(""); 9 internals.notifyTestComplete("");
10 }); 10 });
11 } 11 }
12 </script> 12 </script>
13 </foo> 13 </foo>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698