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

Unified Diff: LayoutTests/fast/multicol/newmulticol/single-line.html

Issue 825593003: Convert fast/multicol/single-line 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/TestExpectations ('k') | LayoutTests/fast/multicol/newmulticol/single-line-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/newmulticol/single-line.html
diff --git a/LayoutTests/fast/multicol/newmulticol/single-line.html b/LayoutTests/fast/multicol/newmulticol/single-line.html
deleted file mode 100644
index f0479ce93dce3c360fb48116118fcdde385b444a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/newmulticol/single-line.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>CSS3 Multi-column Layout: Single line test</title>
- <style type="text/css">
- .multicol {
- -webkit-columns: 4;
- -webkit-column-rule: #bbb 1px solid;
- background-color: #eee;
- }
- p, div {
- margin: 1em; /* Using horizontal margins here as a work-around for glyphs with negative
- bearings. The old multicol implementation has buggy clipping. */
- }
- .large {
- font-size: 30px;
- }
- </style>
- </head>
- <body>
- <p>
- This test checks if CSS3 multi-column layout properly works
- when the multi-column block contains only one line of text.
- </p>
- <p>
- Test successful if the following text is readable
- (i.e. not split into two different columns).
- </p>
- <p class="multicol">
- Short text.
- </p>
- <p class="multicol">
- <span class="large">Bigger text.</span>
- </p>
- <p class="multicol">
- Partially <span class="large">big</span> text.
- </p>
- <div class="multicol">
- <p>Nested block.</p>
- </div>
- <div>
- <p class="multicol">Nested block #2.</p>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/newmulticol/single-line-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698