https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 516edb128c5dc6941e985af33ec6310107fe6756 authored by seabld on 22 March 2012, 15:41:55 UTC
Added tag SEAMONKEY_2_9b1_RELEASE for changeset FIREFOX_12_0b2_BUILD1. CLOSED TREE a=release
Tip revision: 516edb1
columnfill-change-ref.html
<!doctype html>
<html>
  <head>
    <title>Bug 695222: Test for change of column-fill property REFERENCE</title>
    <link rel="stylesheet" type="text/css" href="ahem.css" />
    <style>
      .columns {
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -moz-column-fill: balance;
        height: 120px;
        font-family: ahem;
        font-size: 12pt;
        line-height: 1.1;
      }
    </style>
  </head>
  <body>
    <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=695222">Mozilla Bug 695222</a>
    <div id="test" style="display: block;">
      <div id="columnsElement" class="columns">
              Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
      </div>
    </div>
  </body>
</html>
back to top