Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html

Issue 179993006: [New multicol] Eliminate the need for RenderMultiColumnBlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html b/LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..135734e19e523485592b9e06470e55c2598463e9
--- /dev/null
+++ b/LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Change multicol to regular block</title>
+ </head>
+ <body>
+ <p>There should be a blue <em>square</em> below.</p>
+ <div id="elm" style="width:16em; line-height:4em; background:blue;">
+ <br>
+ <br>
+ <br>
+ <br>
+ </div>
+ </body>
+</html>

Powered by Google App Engine