| Index: LayoutTests/fast/repaint/fixed-tranformed.html
|
| diff --git a/LayoutTests/fast/repaint/fixed-tranformed.html b/LayoutTests/fast/repaint/fixed-tranformed.html
|
| index 42f6de9a26c368116ece651e7ad333069e7eec2c..47628132f8e4569975372de9d515be9c8df1309d 100644
|
| --- a/LayoutTests/fast/repaint/fixed-tranformed.html
|
| +++ b/LayoutTests/fast/repaint/fixed-tranformed.html
|
| @@ -10,7 +10,7 @@
|
| #test {
|
| width: 100px;
|
| height: 100px;
|
| - background-color: red;
|
| + background-color: rgba(255, 0, 0, 0.99);
|
| position: fixed;
|
| top: 10px;
|
| left: 10px;
|
| @@ -25,7 +25,7 @@
|
| <script type="text/javascript">
|
| function repaintTest()
|
| {
|
| - document.getElementById('test').style.background='green';
|
| + document.getElementById('test').style.background='rgba(0, 128, 0, 0.99)';
|
| }
|
|
|
| function setupTest() {
|
|
|