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

Side by Side Diff: LayoutTests/fast/multicol/span/summary-split.html

Issue 871473002: Rename and turn fast/multicol/span/clone-summary.html into a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 <!DOCTYPE html>
2 <p>Test that summary elements will always be blocks, even if attempted displayed as table-row, and
3 that a spanner splitting it doesn't have any ill effects.</p>
4 <p>Below you should see 'PASS' three times. Letter spacing will vary.</p>
5 <div id="container" style="display:none; -webkit-columns:4; -webkit-column-gap:0 ; width:4em;">
6 <summary style="display:table-row;">
7 P<br>A<br>S<br>S
8 <div style="-webkit-column-span:all;">PASS</div>
9 P<br>A<br>S<br>S
10 </summary>
11 </div>
12 <script>
13 onload = function() {
14 document.body.offsetTop;
15 document.getElementById('container').style.display = "block";
16 }
17 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/span/clone-summary-expected.txt ('k') | LayoutTests/fast/multicol/span/summary-split-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698