no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1577566-1-ref.html
blob9c7dda1d5617a92aeef0c600aee85a54f7059421
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <!DOCTYPE html>
6 <html lang="en">
7 <meta charset="utf-8">
8 <title>Bug 1577566, reference: The alpha channel should be clamped at the right time so that it doesn't bright colors.</title>
10 <style>
12 #box {
13 width: 100px;
14 height: 100px;
15 background-color: rgb(0, 204, 0); /* 0, 0.8, 0 */
18 </style>
20 <div id="box"></div>