| Index: LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
 | 
| diff --git a/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html b/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
 | 
| index 34cdc6d2d35118337ca2ac875fed87599a1728c8..b443d82622983f4ffcbabf082eb5b51ba56754ef 100644
 | 
| --- a/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
 | 
| +++ b/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
 | 
| @@ -40,8 +40,8 @@ document.body.offsetLeft;
 | 
|  var style = document.createElement('style');
 | 
|  style.innerHTML = 'div /shadow/ .foo { background: green; }'
 | 
|      + 'div /shadow/ #target2 { background: green; }'
 | 
| -    + 'div /shadow-deep/ .bar { background: blue; }'
 | 
| -    + 'div /shadow-deep/ #target4 { background: blue; }';
 | 
| +    + 'div /deep/ .bar { background: blue; }'
 | 
| +    + 'div /deep/ #target4 { background: blue; }';
 | 
|  document.body.appendChild(style);
 | 
|  
 | 
|  backgroundColorShouldBe('host/target1', 'rgb(0, 128, 0)');
 | 
| 
 |