mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Update test expectations
This commit is contained in:
parent
0e19f456bc
commit
18742e72fa
3 changed files with 3 additions and 17 deletions
|
@ -9,11 +9,11 @@ use parser::{ParserContext, ParserContextExtraData, log_css_error};
|
||||||
use properties::{Importance, PropertyDeclaration, PropertyDeclarationBlock};
|
use properties::{Importance, PropertyDeclaration, PropertyDeclarationBlock};
|
||||||
use properties::PropertyDeclarationParseResult;
|
use properties::PropertyDeclarationParseResult;
|
||||||
use properties::animated_properties::TransitionProperty;
|
use properties::animated_properties::TransitionProperty;
|
||||||
use std::fmt;
|
|
||||||
use servo_url::ServoUrl;
|
use servo_url::ServoUrl;
|
||||||
|
use std::fmt;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use stylesheets::{MemoryHoleReporter, Origin};
|
|
||||||
use style_traits::ToCss;
|
use style_traits::ToCss;
|
||||||
|
use stylesheets::{MemoryHoleReporter, Origin};
|
||||||
|
|
||||||
/// A number from 1 to 100, indicating the percentage of the animation where
|
/// A number from 1 to 100, indicating the percentage of the animation where
|
||||||
/// this keyframe should run.
|
/// this keyframe should run.
|
||||||
|
|
|
@ -183,15 +183,6 @@
|
||||||
[CSSImportRule interface: attribute styleSheet]
|
[CSSImportRule interface: attribute styleSheet]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CSSGroupingRule interface: attribute cssRules]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSSGroupingRule interface: operation insertRule(DOMString,unsigned long)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSSGroupingRule interface: operation deleteRule(unsigned long)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSSMediaRule interface: attribute media]
|
[CSSMediaRule interface: attribute media]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -231,12 +222,6 @@
|
||||||
[CSSMarginRule interface: attribute style]
|
[CSSMarginRule interface: attribute style]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CSSNamespaceRule interface: attribute namespaceURI]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSSNamespaceRule interface: attribute prefix]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CSSStyleDeclaration interface: attribute parentRule]
|
[CSSStyleDeclaration interface: attribute parentRule]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@ test_interfaces([
|
||||||
"CSS",
|
"CSS",
|
||||||
"CSSFontFaceRule",
|
"CSSFontFaceRule",
|
||||||
"CSSGroupingRule",
|
"CSSGroupingRule",
|
||||||
|
"CSSKeyframeRule",
|
||||||
"CSSKeyframesRule",
|
"CSSKeyframesRule",
|
||||||
"CSSMediaRule",
|
"CSSMediaRule",
|
||||||
"CSSNamespaceRule",
|
"CSSNamespaceRule",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue