mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
s/nodes_from_point/nodes_from_point_response and change test from reftest to regular test checking only the fixed crash
This commit is contained in:
parent
7426d902a3
commit
31d833f32c
6 changed files with 17 additions and 32 deletions
|
@ -1883,7 +1883,7 @@ impl Document {
|
|||
return vec!();
|
||||
};
|
||||
|
||||
self.window.layout().nodes_from_point()
|
||||
self.window.layout().nodes_from_point_response()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue