Bug 723637 - Fix two reftests from bug 505115; r=roc

This commit is contained in:
Aryeh Gregor 2012-02-02 14:13:13 -05:00
Родитель 747549d337
Коммит aa9cb8cc51
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -2,7 +2,7 @@
<head>
</head>
<body>
<div style="-moz-transform: matrix(1,2,3,4,5,6); width: 100px; height: 100px;">
<div style="-moz-transform: matrix(1,2,3,4,5,6); width: 100px; height: 100px; background: gold;">
Test Text
</div>
</body>

Просмотреть файл

@ -2,7 +2,7 @@
<head>
</head>
<body>
<div style="-moz-transform: matrix3d(1,2,0,0,3,4,0,0,0,0,1,0,5,6,0,1); width: 100px; height: 100px;">
<div style="-moz-transform: matrix3d(1,2,0,0,3,4,0,0,0,0,1,0,5,6,0,1); width: 100px; height: 100px; background: gold;">
Test Text
</div>
</body>

Просмотреть файл

@ -2,7 +2,7 @@
<head>
</head>
<body>
<div style="-moz-transform: scale3d(1,2,3) translate3d(4px,5px,6px); width: 100px; height: 100px;">
<div style="-moz-transform: translate3d(4px,5px,6px) scale3d(1,2,3); width: 100px; height: 100px; background: gold;">
Test Text
</div>
</body>

Просмотреть файл

@ -2,7 +2,7 @@
<head>
</head>
<body>
<div style="-moz-transform: matrix3d(1,0,0,0,0,2,0,0,0,0,3,0,4,5,6,1); width: 100px; height: 100px;">
<div style="-moz-transform: matrix3d(1,0,0,0,0,2,0,0,0,0,3,0,4,5,6,1); width: 100px; height: 100px; background: gold;">
Test Text
</div>
</body>