mirror of
https://github.com/servo/servo.git
synced 2025-08-21 05:15:33 +01:00
Implement ::selection pseudo-element
This commit is contained in:
parent
4aa1da3211
commit
92f39ea5cf
10 changed files with 67 additions and 21 deletions
|
@ -7,7 +7,7 @@ use std::mem::size_of;
|
|||
|
||||
#[test]
|
||||
fn test_size_of_fragment() {
|
||||
let expected = 160;
|
||||
let expected = 168;
|
||||
let actual = size_of::<Fragment>();
|
||||
|
||||
if actual < expected {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue