| Index: third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..25aee6124cfecda3f04e6c7b55a35c5295ba62f7
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +Tests color of caret changes with the 'color' style. Passes if caret is always in the came color as the text.
|
| +<div id="div" contenteditable="true" style="color: green; font-size: 50px">SAMPLE</div>
|
| +<script src="../../resources/run-after-layout-and-paint.js"></script>
|
| +<script>
|
| +div.focus();
|
| +</script>
|
|
|