| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
 | 
| index 80eb2100306e8ad7ed0f131373440ab6895b8ee0..195dc921257a3915fd00973bda851848535ceae3 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
 | 
| @@ -177,7 +177,7 @@ sandbox.appendChild(
 | 
|  backgroundColorShouldBe('host1', 'rgba(0, 0, 0, 0)');
 | 
|  backgroundColorShouldBe('host1/host2', 'rgb(0, 128, 0)');
 | 
|  
 | 
| -debug(':host-context matches based on a composed tree.');
 | 
| +debug(':host-context matches based on a flat tree.');
 | 
|  
 | 
|  sandbox.appendChild(
 | 
|      createDOM('div', {'id': 'parentOfHost'},
 | 
| @@ -195,7 +195,7 @@ backgroundColorShouldBe('host/target', 'rgb(0, 128, 0)');
 | 
|  
 | 
|  cleanUp();
 | 
|  
 | 
| -debug(':host-context matches based on a composed tree when having multiple shadow roots.');
 | 
| +debug(':host-context matches based on a flat tree when having multiple shadow roots.');
 | 
|  
 | 
|  sandbox.appendChild(
 | 
|      createDOM('div', {'id': 'parentOfHost'},
 | 
| 
 |