https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d257e549b4793f0461a1898f71d150777f070de6 authored by ffxbld on 15 April 2015, 21:05:18 UTC
Added FIREFOX_37_0_2_RELEASE FIREFOX_37_0_2_BUILD1 tag(s) for changeset a7ee2c1f2cba. DONTBUILD CLOSED TREE a=release
Tip revision: d257e54
417246-1.html
<html>
<head>
<style>
.a {
    border-top: 40px solid blue;
    border-bottom: 20px dashed green;
    background: green;
    width: 200px;
}
</style>
</head>
<body>
<div class="a"></div>
</body> </html>
back to top