Chromium Code Reviews| Index: LayoutTests/paint/inline/self-painting-continuation-outline-expected.html |
| diff --git a/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html b/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f293563b9a22d5844ddd09bbe7325b82387db7ad |
| --- /dev/null |
| +++ b/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +* { |
| + outline: medium solid black; |
| +} |
| + |
|
leviw_travelin_and_unemployed
2015/06/18 20:40:16
Nit: Extra line.
Can we also make the outline app
chrishtr
2015/06/18 21:00:41
Done.
|
| +</style> |
| +<span> |
| + <div>Content 1</div> |
| + <span></span> |
| + <div>Content 2</div> |
| +</span> |