Closed Bug 976982 Opened 10 years ago Closed 10 years ago

CSS3 property columns do not work on version 27.0.1

Categories

(Core :: CSS Parsing and Computation, defect)

27 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 698783

People

(Reporter: lyker, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140212131424

Steps to reproduce:

<!DOCTYPE html>
<html>
<head>
<style>
body {
  columns: 3;
}
</style>
</head>
<body>
Art and science are often thought of as disparate entities, drawing on different strengths and different ways of thinking. This is surely true, but the disciplines also share patterns of thought and essential characteristics. Take, for example, their inherently collaborative processes. No artist creates in a vacuum just as no scientists could perform the work that they do without the research that came before.

In this manner, it is illuminating to see Anita Chowdry’s shamsa collection inspired by the Islamic manuscript arts, but brought into a this century with the application of modern mathematical concepts, technology, and materials. Her series of shamsas (from the Arabic word for sun) are based on elements from traditional hand-painted Islamic manuscripts from the 15th through 17th centuries in Mughal India and Savafid Iran. In these royal manuscripts the first page was traditionally adorned with an elaborate medallion, meticulously hand-painted with mineral pigments and precious metals. 
</body>
</html>



Actual results:

Only one column is shown.


Expected results:

There columns should be shown on the page.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.