| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
|
| index b31cd03037d337dcace5f8e78c78b07d67bb120e..5a5a4f9e6cb49da68f1b2d6d4b502cd0a29ed34c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-display-3/display-contents-block-001.html
|
| @@ -13,6 +13,6 @@
|
| <p>You should see the word PASS and no red below.</p>
|
| <div>
|
| <div id="contents">
|
| - <div id="inner">PASS</div>
|
| + <div id="inner">P<span>A</span>S<span>S</span></div>
|
| </div>
|
| </div>
|
|
|