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

Side by Side Diff: sky/tests/layout/custom-dirty-bits.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
OLDNEW
(Empty)
1 <import src="../resources/dump-as-render-tree.sky" />
2
3 <block>hello</block>
4
5 <script>
6 import 'dart:sky';
7
8 void main() {
9 // This tests custom layout of text nodes inside non-paragraphs.
10 // They shouldn't show up in the render tree at all, so they
11 // don't need laying out.
12 // This test passes if it doesn't crash and the render tree
13 // has no RenderTexts.
14 document.querySelector('block').setLayoutManager(() => {});
15 }
16 </script>
OLDNEW
« no previous file with comments | « sky/tests/layout/continuations-expected.txt ('k') | sky/tests/layout/custom-dirty-bits-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698