Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: LayoutTests/paint/invalidation/spv2/cached-69296-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
diff --git a/LayoutTests/fast/table/border-collapsing/cached-69296.html b/LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
similarity index 53%
copy from LayoutTests/fast/table/border-collapsing/cached-69296.html
copy to LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
index 4bcd0ddb6e2bef79b2868ad760cf1dd80f7c7aa4..a976d8906f7c795fc4ab0eeaac1a61f363e0c156 100644
--- a/LayoutTests/fast/table/border-collapsing/cached-69296.html
+++ b/LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
@@ -4,7 +4,6 @@ Collapsed borders should not disappear.
-->
<html>
<head>
- <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
<style>
BODY {
margin: 20px;
@@ -17,27 +16,9 @@ Collapsed borders should not disappear.
height: 50px;
border: 1px solid #333333;
}
- #row1:hover {
- background-color: #ddd;
- color: #111;
- }
</style>
- <head>
- <script type="text/javascript">
- function repaintTest() {
- row = document.getElementById('row1');
- rowRect = row.getBoundingClientRect();
- x = rowRect.left + 75;
- y = rowRect.top;
- document.body.offsetTop;
- if (window.eventSender) {
- eventSender.mouseMoveTo(x, y + 1);
- eventSender.mouseMoveTo(x, y - 1);
- }
- }
- </script>
</head>
- <body onload="runRepaintTest()">
+ <body>
<table>
<tr id="row1">
<td valign="top"/>
« no previous file with comments | « LayoutTests/paint/invalidation/spv2/cached-69296.html ('k') | LayoutTests/paint/invalidation/spv2/cached-cell-append.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698