mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Enable experimental features in the multiple_stylesheets_cascading test (fixes #6466).
This commit is contained in:
parent
f812390d3a
commit
bf50379833
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ fn cascading_within_viewport_rule() {
|
|||
|
||||
#[test]
|
||||
fn multiple_stylesheets_cascading() {
|
||||
::util::opts::set_experimental_enabled(true);
|
||||
let device = Device::new(MediaType::Screen, Size2D::typed(800., 600.));
|
||||
|
||||
let stylesheets = vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue