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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html
deleted file mode 100644
index 85a57f2f1d108c6753e12ab31956f5b41e6b66a0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<html>
-<head>
- <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12079</title>
- <style type="text/css">
- div.playground { position: relative; width: 90px; height: 90px; }
- .red { background-color: yellow; }
- .blue { background-color: blue; }
- .green { background-color: green; }
- .zero { height: 0; width: 60px; }
- .half { height: 30px; width: 60px; }
- .full { height: 60px; width: 60px; }
- </style>
-</head>
-<body>
- <div class="playground">
- <table cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td class="red half"></td>
- </tr>
- <tr>
- <td class="green half"></td>
- </tr>
- </tbody>
- </table>
- </div>
-
- <div class="playground">
- <table cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td></td>
- </tr>
- </tbody>
- <tbody>
- <tr>
- <td class="red half"></td>
- </tr>
- <tr>
- <td class="green half"></td>
- </tr>
- </tbody>
- </table>
- </div>
-
- <div class="playground">
- <table cellpadding="0" cellspacing="0">
- <caption id="caption2" class="half"></caption>
- <tbody>
- <tr>
- <td class="green half"></td>
- </tr>
- <tr>
- <td class="red half"></td>
- </tr>
- </tbody>
- </table>
- </div>
-
- <div class="playground" style="margin-top: 30px;">
- <table cellpaddin="0" cellspacing="0" style="width: 60px; border-collapse: collapse; border: 8px solid green;">
- <caption style="width: 10px; margin: auto;">
- <div id="innerDiv" style="height: 15px"></div>
- </caption>
- <tbody>
- <tr><td class="half"></td></tr>
- <tr><td class="half" style="border-top: solid yellow 8px;"></td></tr>
- </tbody>
- </table>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698