| Index: third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cdf9b27ee6d1eaebbbaa6e0a34afac0c9f0180be
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/border-box-sizing-invalidation-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +img {
|
| + box-sizing: border-box;
|
| + width: 100px;
|
| + height: 100px;
|
| +}
|
| +</style>
|
| +<p>crbug.com/597194: There should be a blue box below.</p>
|
| +<img id="tst" src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'>
|
| +
|
|
|