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

Side by Side Diff: LayoutTests/css3/flexbox/flex-flow-margins-auto-size-expected.txt

Issue 58373002: Whitespace only text nodes need to be reattached when their siblings are reattached (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated js-test include Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 horizontal-tb rtl row 1 horizontal-tb rtl row
2 PASS 2 PASS
3 horizontal-tb ltr row 3 horizontal-tb ltr row
4 PASS 4 PASS
5 horizontal-tb rtl column 5 horizontal-tb rtl column
6 PASS 6 PASS
7 horizontal-tb ltr column 7 horizontal-tb ltr column
8 PASS 8 PASS
9 horizontal-tb rtl row-reverse 9 horizontal-tb rtl row-reverse
10 PASS 10 PASS
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 <div class="container" data-expected-width="90" data-expected-height="90"><div c lass="flexbox vertical-rl rtl column-reverse" data-offset-x="40" data-offset-y=" 10"> 135 <div class="container" data-expected-width="90" data-expected-height="90"><div c lass="flexbox vertical-rl rtl column-reverse" data-offset-x="40" data-offset-y=" 10">
136 <div style="-webkit-flex: 1 auto; width: 20px; height: 20px;" data-expected-widt h="20" data-expected-height="20" data-offset-x="48" data-offset-y="23"></div> 136 <div style="-webkit-flex: 1 auto; width: 20px; height: 20px;" data-expected-widt h="20" data-expected-height="20" data-offset-x="48" data-offset-y="23"></div>
137 </div></div> 137 </div></div>
138 vertical-rl ltr column-reverse 138 vertical-rl ltr column-reverse
139 FAIL: 139 FAIL:
140 Expected 90 for width, but got 60. 140 Expected 90 for width, but got 60.
141 141
142 <div class="container" data-expected-width="90" data-expected-height="90"><div c lass="flexbox vertical-rl ltr column-reverse" data-offset-x="40" data-offset-y=" 10"> 142 <div class="container" data-expected-width="90" data-expected-height="90"><div c lass="flexbox vertical-rl ltr column-reverse" data-offset-x="40" data-offset-y=" 10">
143 <div style="-webkit-flex: 1 auto; width: 20px; height: 20px;" data-expected-widt h="20" data-expected-height="20" data-offset-x="48" data-offset-y="23"></div> 143 <div style="-webkit-flex: 1 auto; width: 20px; height: 20px;" data-expected-widt h="20" data-expected-height="20" data-offset-x="48" data-offset-y="23"></div>
144 </div></div> 144 </div></div>
145
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/flex-flow-border-expected.txt ('k') | LayoutTests/css3/flexbox/flex-flow-margins-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698