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

Unified Diff: LayoutTests/fast/multicol/span/summary-split-expected.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
« no previous file with comments | « LayoutTests/fast/multicol/span/summary-split.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/span/summary-split-expected.html
diff --git a/LayoutTests/fast/multicol/span/summary-split-expected.html b/LayoutTests/fast/multicol/span/summary-split-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..9ee70a91a172da299c6bec924db8bc661a96205c
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/summary-split-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+ span { display:inline-block; width:1em; }
+</style>
+<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>
+<span>P</span><span>A</span><span>S</span><span>S</span><br>
+PASS<br>
+<span>P</span><span>A</span><span>S</span><span>S</span><br>
« no previous file with comments | « LayoutTests/fast/multicol/span/summary-split.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698