| Index: third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..478a73ea87c686b12e146f4ee603424254f22422 | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt | 
| @@ -0,0 +1,14 @@ | 
| +CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details. | 
| +Cascade order for inner/outer tree rules with /deep/. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS getComputedStyle(root1.querySelector('div')).color is green | 
| +PASS getComputedStyle(root1.querySelector('div + div')).color is green | 
| +PASS getComputedStyle(root2.querySelector('div')).color is green | 
| +PASS getComputedStyle(root2.querySelector('div + div')).color is green | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |