Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/selection-in-nested-shadow.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/selection-in-nested-shadow.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/selection-in-nested-shadow.html |
| index 36ff30195c8f616b05270abad091943b6569c13a..0d20150c42d4d769b13887ac97b56ad14e007cdc 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/selection-in-nested-shadow.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/selection-in-nested-shadow.html |
| @@ -36,8 +36,8 @@ test(() => { |
| host.remove(); |
| }, |
| [ |
| - '|<div>', |
| - ' ', |
| + '<div>', |
| + ' |', |
| '</div>', |
| ].join('\n'), |
| {dumpAs: 'flattree'}); |
| @@ -67,8 +67,8 @@ test(() => { |
| host.remove(); |
| }, |
| [ |
| - '|<div>', |
| - ' ', |
| + '<div>', |
| + ' |', |
| '</div>', |
| ].join('\n'), |
| {dumpAs: 'flattree'}); |