mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Makes setting negative values to maxLength throw an IndexSize exception
This commit is contained in:
parent
51ca659f8a
commit
9668500e97
7 changed files with 75 additions and 15 deletions
|
@ -20,6 +20,7 @@ extern crate util;
|
|||
#[cfg(test)] mod stylesheets;
|
||||
#[cfg(test)] mod media_queries;
|
||||
#[cfg(test)] mod viewport;
|
||||
#[cfg(test)] mod attr;
|
||||
|
||||
#[cfg(test)] mod writing_modes {
|
||||
use style::properties::{INITIAL_VALUES, get_writing_mode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue