| Index: LayoutTests/css3/supports-cssom-expected.txt
|
| diff --git a/LayoutTests/css3/supports-cssom-expected.txt b/LayoutTests/css3/supports-cssom-expected.txt
|
| index e6241adb170be166e236a870fdc8cd0a634bfcdf..f82f3ebc495d91188bbb680f997650ca9a4cd8f4 100644
|
| --- a/LayoutTests/css3/supports-cssom-expected.txt
|
| +++ b/LayoutTests/css3/supports-cssom-expected.txt
|
| @@ -30,7 +30,7 @@ PASS rules[0].cssRules.length is 2
|
| @charset, @namespace, @import rules are not allowed inside @supports.
|
| PASS rules[0].insertRule('@charset "UTF-8"', 2) threw exception Error: SyntaxError: DOM Exception 12.
|
| PASS rules[0].insertRule('@namespace ""', 2) threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS rules[0].insertRule('@import url("../fast/cssom/resources/import.css")', 2) threw exception Error: SyntaxError: DOM Exception 12.
|
| +PASS rules[0].insertRule('@import url("../fast/cssom/resources/import.css")', 2) threw exception Error: HierarchyRequestError: DOM Exception 3.
|
|
|
| Whitespace and formatting should be preserved within the condition, whitespace outside the condition should be trimmed.
|
| PASS rules[1].conditionText is "(( ( padding: 0) and (display: none)) or (display: rainbow))"
|
|
|