Skip to content

Commit 1672c3a

Browse files
Merge pull request #14588 from Snuffleupagus/rm-old-test-CSS
Remove old prefixed CSS rules used with `text` tests
2 parents 1b51e10 + 40edd23 commit 1672c3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/text_layer_test.css

-6
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@
2727
.textLayer br {
2828
position: absolute;
2929
white-space: pre;
30-
-webkit-transform-origin: 0% 0%;
31-
-moz-transform-origin: 0% 0%;
32-
-o-transform-origin: 0% 0%;
33-
-ms-transform-origin: 0% 0%;
3430
transform-origin: 0% 0%;
3531
border: solid 1px rgba(255, 0, 0, 0.5);
3632
background-color: rgba(255, 255, 32, 0.1);
37-
-webkit-box-sizing: border-box;
38-
-moz-box-sizing: border-box;
3933
box-sizing: border-box;
4034
}
4135

0 commit comments

Comments
 (0)