The idea
list-style-type sets the marker in front of each item — disc, circle, square for <ul>, and decimal, lower-alpha, upper-roman for <ol>. The marker is pure decoration: it never changes the item's box, so this level checks the property, not the pixels.
This level needs list-style-type — the marker shape is visual, so the engine checks the property rather than the geometry.