| Index: LayoutTests/inspector/styles-new-API-expected.txt
|
| ===================================================================
|
| --- LayoutTests/inspector/styles-new-API-expected.txt (revision 74023)
|
| +++ LayoutTests/inspector/styles-new-API-expected.txt (working copy)
|
| @@ -55,6 +55,11 @@
|
| ['text-decoration':'none'] @[5-27] active
|
| ['badproperty':'1badvalue1' non-parsed] @[107-131] active
|
|
|
| +rule
|
| +body.mainpage: []
|
| +['prop1':'val1' non-parsed] @[5-17] active
|
| +['prop2':'val2' non-parsed] @[22-34] active
|
| +
|
| === Pseudo rules for body ===
|
| PseudoId=4
|
|
|
| @@ -188,6 +193,11 @@
|
| badproperty: 1badvalue1;
|
| }
|
|
|
| +body.mainpage {
|
| + prop1: val1;
|
| + prop2: val2;
|
| +}
|
| +
|
| '
|
|
|
| rule
|
| @@ -195,6 +205,11 @@
|
| ['text-decoration':'none'] @[5-27] active
|
| ['badproperty':'1badvalue1' non-parsed] @[107-131] active
|
|
|
| +rule
|
| +body.mainpage: []
|
| +['prop1':'val1' non-parsed] @[5-17] active
|
| +['prop2':'val2' non-parsed] @[22-34] active
|
| +
|
| === Last stylesheet patched ===
|
|
|
| StyleSheet: 'body.mainpage { text-decoration: strikethrough; badproperty: 2badvalue2;}body { text-align: justify;}'
|
|
|