Servo now supports devtools again!
Thanks to eri, our latest Outreachy intern, you can now inspect the DOM tree, view styles, evaluate JavaScript, and read console messages.
Run servoshell with --devtools=6080 and connect via about:debugging in Firefox.
More details ↓
ALT On the left, it shows the DOM inspector with the tree view, CSS list and computed properties views. On the right is servoshell with servo.org opened.
ALT Developer JavaScript console that shows commands and their results