Sign in
webkit
/
WebKit
/
f57827973246a6c2535cb131d8a9bf1f07495534
/
.
/
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()