| Index: LayoutTests/paint/invalidation/spv2/hover-pseudo-borders-expected.html
|
| diff --git a/LayoutTests/fast/repaint/hover-pseudo-borders.html b/LayoutTests/paint/invalidation/spv2/hover-pseudo-borders-expected.html
|
| similarity index 53%
|
| copy from LayoutTests/fast/repaint/hover-pseudo-borders.html
|
| copy to LayoutTests/paint/invalidation/spv2/hover-pseudo-borders-expected.html
|
| index ef2f8a3f67683725e5b0447bf4edbc6e2c7cea7c..36e7952181b2ffc44c7685ec430d0645b40b59bb 100644
|
| --- a/LayoutTests/fast/repaint/hover-pseudo-borders.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/hover-pseudo-borders-expected.html
|
| @@ -5,7 +5,7 @@
|
| .hitregion {
|
| width: 100px;
|
| height: 100px;
|
| - background-color: red;
|
| + background-color: green;
|
| }
|
| .hitregion:after {
|
| content: "";
|
| @@ -16,25 +16,9 @@
|
| height: 0;
|
| margin-left: 140px;
|
| margin-top: 10px;
|
| -}
|
| -.hitregion:hover {
|
| - background-color: green; /* Changes the left box's color. */
|
| -}
|
| -.hitregion:hover:after {
|
| - color: green; /* Changes the right box's color. */
|
| + color: green;
|
| }
|
| </style>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest() {
|
| - if (!window.testRunner)
|
| - return;
|
| - eventSender.mouseMoveTo(50, 50);
|
| - eventSender.mouseDown();
|
| - eventSender.mouseUp();
|
| -}
|
| -window.addEventListener("load", runRepaintTest);
|
| -</script>
|
| </head>
|
| <body>
|
| <!--
|
|
|