Sign in
webkit
/
WebKit
/
5ce2ec34e2f4e08a786aef43c505d435b3601d69
/
.
/
LayoutTests
/
http
/
wpt
/
css
/
geometry
/
DOMMatrix-invertSelf-expected.txt
blob: 085c39f71475aad3a238a9934beea8df394eb6df [
file
] [
log
] [
blame
]
PASS new DOMMatrix([0,0,0,0,0,0]).invertSelf()
PASS new DOMMatrix([1,1,1,1,1,1]).invertSelf()
PASS new DOMMatrix([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]).invertSelf()
PASS new DOMMatrix([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]).invertSelf()