()
| 421 | |
| 422 | #[wasm_bindgen_test] |
| 423 | fn test_move_pixels_clears_exposed_scroll_area() { |
| 424 | do_move_pixels_test(new_test_raster_ops(5, 24)); |
| 425 | } |
| 426 | |
| 427 | #[wasm_bindgen_test] |
| 428 | fn test_move_pixels_accepts_partial_bottom_margin() { |
nothing calls this directly
no test coverage detected