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

Side by Side Diff: LayoutTests/fast/multicol/foreignObject.html

Issue 1131283004: Prevent SVG children from participating in an ancestor multicol context. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/foreignObject-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
mstensho (USE GERRIT) 2015/05/08 21:21:03 Note about this test: It doesn't fail without this
2 <p>Check that an SVG foreignObject inside a multicol isn't affected by
3 multicol fragmentation at all.</p>
4 <p>The word "PASS" should be seen three times below, with some extra
5 spacing between the words. There should be no red.</p>
6 <div style="-webkit-column-count:3; -webkit-column-gap:0; column-fill:auto; widt h:15em; line-height:2em; height:4em;">
7 <br>
8 PASS
9 <svg style="display:block; width:100%; height:4em;">
10 <foreignObject x="0" y="0" width="100%" height="100%">
11 <div>
12 <br>
13 PASS<br>
14 <span style="color:red;">FAIL</span><br>
15 </div>
16 </foreignObject>
17 </svg>
18 <br>
19 PASS
20 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/foreignObject-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698