| Index: third_party/WebKit/LayoutTests/paint/inline-block-overflow-repaint-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/inline-block-overflow-repaint-expected.html b/third_party/WebKit/LayoutTests/paint/inline-block-overflow-repaint-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d8a6f363cd63865195644f1782b06bd017c0979d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/inline-block-overflow-repaint-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +p {overflow:hidden;}
|
| +#test1 {overflow:hidden; display: inline-block;}
|
| +#test2 {overflow:hidden; display: block;}
|
| +</style>
|
| +<p> crbug.com/724453: There should be only an outline on the right-hand side and in the descent below the text.</p>
|
| +<p><a href="" id="test1" style="outline: solid black 10px;"><span>Text</span></a></p>
|
| +<p> crbug.com/724453: There should be no outline below.</p>
|
| +<p><a href="" id="test2"><span>Text</span></a></p>
|
| +
|
|
|