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

Side by Side Diff: sky/tests/framework/basic-expected.txt

Issue 1139123007: [Effen] remove the last traces of the 'display' property from the effen component library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update test Created 5 years, 7 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/framework/basic.sky ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div debug="Instance of 'TestApp'"> 1 <div debug="Instance of 'TestApp'">
2 <div debug="Instance of 'Container'" class="" style="background-color: green"> 2 <div debug="Instance of 'Container'" class="" style="background-color: green">
3 <div debug="Instance of 'Text'" class=" style1" style="">I am Text</div> 3 <div debug="Instance of 'Paragraph'" class=" style1" style="">
4 <div debug="Instance of 'TextFragment'" class=" style2" style="">I am Text </div>
5 </div>
4 <img debug="Instance of 'Image'" src="resources/united.jpg" class="" style=" "></img> 6 <img debug="Instance of 'Image'" src="resources/united.jpg" class="" style=" "></img>
5 </div> 7 </div>
6 </div><style>.style1 { display:paragraph }</style> 8 </div>
9 <style>.style1 { display:paragraph }</style>
10 <style>.style2 { display:inline }</style>
11
OLDNEW
« no previous file with comments | « sky/tests/framework/basic.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698