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

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: make p default to display: paragraph 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
« no previous file with comments | « sky/tests/editing/typing.sky ('k') | sky/tests/layout/borderbox-percent-padding.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>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
« no previous file with comments | « sky/tests/editing/typing.sky ('k') | sky/tests/layout/borderbox-percent-padding.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698