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

Unified Diff: LayoutTests/paint/invalidation/spv2/table-outer-border-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/table-outer-border-expected.html
diff --git a/LayoutTests/fast/repaint/table-outer-border.html b/LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
similarity index 54%
copy from LayoutTests/fast/repaint/table-outer-border.html
copy to LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
index bafdb2f6335a7152e59c42fdc55ec41b62ae14a1..61bcb3b56e96f649c6ab260aa148e1eedc722887 100644
--- a/LayoutTests/fast/repaint/table-outer-border.html
+++ b/LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
@@ -8,29 +8,14 @@
}
table td {
- border: 15px solid red;
+ border: 15px solid green;
background-color: green;
height: 50px;
width: 100px;
}
-
- table.green td {
- border-color: green;
- }
</style>
- <script src="resources/text-based-repaint.js"></script>
- <script>
- function repaintTest()
- {
- var container = document.getElementById('container');
- var table = document.getElementById('table');
- var newTable = table.cloneNode(true);
- newTable.className = "green";
- container.replaceChild(newTable, table);
- }
- </script>
</head>
-<body onload="runRepaintTest();">
+<body">
<div id="container" style="width: 500px;">
<table id="table">
<tr>
« no previous file with comments | « LayoutTests/paint/invalidation/spv2/table-outer-border.html ('k') | LayoutTests/paint/invalidation/spv2/table-row.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698