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

Unified Diff: LayoutTests/fast/multicol/span/spanner-img.html

Issue 712553003: [New Multicolumn] Actual support for layout of column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review. Camelize. Created 6 years 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/spanner-img.html
diff --git a/LayoutTests/fast/multicol/span/spanner-img.html b/LayoutTests/fast/multicol/span/spanner-img.html
new file mode 100644
index 0000000000000000000000000000000000000000..a51c09f1606e285920d0c004ee02eb03bf37fd88
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/spanner-img.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p>Below you should see the word 'PASS', then an image of a blimp, then the word 'PASS' again:</p>
+<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em;">
+ P<br>A<br>S<br>S
+ <div>
+ <img src="../resources/blimp.png" style="display:block; width:70%; margin:auto; -webkit-column-span:all;" alt="error">
+ </div>
+ P<br>A<br>S<br>S
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/span/spanner-first-expected.html ('k') | LayoutTests/fast/multicol/span/spanner-img-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698