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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/span/summary-split.html
diff --git a/LayoutTests/fast/multicol/span/summary-split.html b/LayoutTests/fast/multicol/span/summary-split.html
new file mode 100644
index 0000000000000000000000000000000000000000..6024197367481b97fa585f68e927c1d29acc05dc
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/summary-split.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<p>Test that summary elements will always be blocks, even if attempted displayed as table-row, and
+ that a spanner splitting it doesn't have any ill effects.</p>
+<p>Below you should see 'PASS' three times. Letter spacing will vary.</p>
+<div id="container" style="display:none; -webkit-columns:4; -webkit-column-gap:0; width:4em;">
+ <summary style="display:table-row;">
+ P<br>A<br>S<br>S
+ <div style="-webkit-column-span:all;">PASS</div>
+ P<br>A<br>S<br>S
+ </summary>
+</div>
+<script>
+ onload = function() {
+ document.body.offsetTop;
+ document.getElementById('container').style.display = "block";
+ }
+</script>
« 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