Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/composited-opacity-2nd-and-3rd-column-expected.html

Issue 803683002: Impl-side painting for virtual/regionbasedmulticol/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen <em>twice</em> below.</p>
3 <div style="width:17em; height:13em; line-height:2em;">
4 <div style="position:absolute; z-index:-1; left:0; right:0; height:8em; back ground:yellow;"></div>
5 <div style="float:left; width:6em; height:100%;"></div>
6 <div style="float:left; width:6em; height:100%;">
7 <br>
8 <br>
9 <br>
10 <br>
11 <br>
12 <div style="opacity:0.8; margin:0.5em;">PASS</div>
13 </div>
14 <div style="float:left; width:5em; height:100%;">
15 <div style="opacity:0.8; margin:0 0.5em;">PASS</div>
16 </div>
17 </div>
OLDNEW
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | LayoutTests/fast/multicol/composited-with-child-layer-in-next-column-expected.html » ('j') | no next file with comments »

Powered by Google App Engine