| Index: LayoutTests/paint/invalidation/spv2/inline-overflow.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/inline-overflow.html b/LayoutTests/paint/invalidation/spv2/inline-overflow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ec01d22e6864992941f01c85168e740dc98b7c39
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/spv2/inline-overflow.html
|
| @@ -0,0 +1,16 @@
|
| +<!-- Based on fast/repaint/inline-overflow.html -->
|
| +<script src="resources/paint-invalidation-test.js"></script>
|
| +<script>
|
| + window.expectedPaintInvalidationObjects = [
|
| + "LayoutText #text",
|
| + "InlineTextBox 'A\u00A0\u00A0B'",
|
| + ];
|
| + function paintInvalidationTest()
|
| + {
|
| + document.getElementById("target").style.webkitTextStrokeColor = "green";
|
| + }
|
| +</script>
|
| +<script src="../../../fast/repaint/../../resources/ahem.js"></script>
|
| +<body onload="runPaintInvalidationTest()" style="padding: 50px;">
|
| + <span id="target" style="font-family: Ahem; font-size: 50px; -webkit-text-stroke: 50px red;">A B</span>
|
| +</body>
|
|
|