https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ebced37c549e4983e072d4b9aefc571a1ef04576 authored by ffxbld on 16 February 2012, 06:11:53 UTC
Added FIREFOX_10_0_2_RELEASE FIREFOX_10_0_2_BUILD1 tags(s) for changeset 72ad46d416ce. DONTBUILD CLOSED TREE a=release
Tip revision: ebced37
stress-7.html
<!DOCTYPE html>
<html><head>
<style>
body > span::first-line { }
span::before { content:"before text"; border:3px solid black;}
</style>
</head>
<body>

<span style=" float: left; -moz-column-count: 2;">
  <span style="float: right;">
    <span style=" float: right;-moz-column-count: 2;"></span>
  </span>
</span>

</body>
</html>
back to top