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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/float-overflow-right-expected.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 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: third_party/WebKit/LayoutTests/fast/repaint/float-overflow-right-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/float-overflow-right-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/float-overflow-right-expected.html
deleted file mode 100644
index 95f9c3e6d2113b9360d3818f0ac117a073c4571e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/float-overflow-right-expected.html
+++ /dev/null
@@ -1,176 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <title>Repaint test for http://bugs.webkit.org/show_bug.cgi?id=12123</title>
- <script src="../../resources/ahem.js"></script>
- <style>
- .spacer { width: 0; height: 6px; }
- .test { direction: rtl; border: thin dotted lightgray; margin: 2px; height: 35px; }
- .outer { border: thin solid purple; padding: 5px; width: 50px; margin-right: 50px; }
- .outer > div { height: 10px; background-color: pink; }
- .outer > div > div { width: 40px; height: 10px; background-color: lightblue; }
- span { font-family: Ahem; color: blue; }
- .box { display: -webkit-box; }
- </style>
-</head>
-<body>
- <div class="test">
- <div class="spacer" id="spacer1"></div>
- <div class="outer">
- <div>
- <div style="float: right; margin-right: -2px;">
- <span style="margin-right: -2px;">x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer2"></div>
- <div class="outer">
- <div>
- <div style="float: right; margin-right: -2px;">
- <span style="margin-right: -8px;">x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer3"></div>
- <div class="outer">
- <div>
- <div style="float: right; margin-right: -8px;">
- <span style="margin-right: -2px;">x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer4"></div>
- <div class="outer">
- <div>
- <div style="float: right;">
- <span style="margin-right: -8px;">x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer5"></div>
- <div class="outer">
- <div>
- <div style="float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer6"></div>
- <div class="outer box" style="-webkit-box-orient: vertical;">
- <div>
- <div style="float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer12"></div>
- <div class="outer box" style="-webkit-box-orient: horizontal;">
- <div>
- <div style="float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer7"></div>
- <table class="outer">
- <tr>
- <td style="height: 10px; background-color: pink; width: 100%;">
- <div style="width: 40px; height: 10px; background-color: lightblue; float: right;">
- <span style="margin-right: -4px;">x</span>
- </div>
- </td>
- </tr>
- </table>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer8"></div>
- <table class="outer">
- <tr>
- <td style="height: 10px; background-color: pink; width: 100%;">
- <div style="width: 40px; height: 10px; background-color: lightblue; float: right;">
- <span style="margin-right: -12px;">x</span>
- </div>
- </td>
- </tr>
- </table>
- </div>
-
- <div class="test" style="height: 50px;">
- <div class="spacer" id="spacer14"></div>
- <table class="outer" style="display: inline-table;">
- <tr>
- <td style="height: 10px; background-color: pink; width: 100%;">
- <div style="width: 40px; height: 10px; background-color: lightblue; float: right;">
- <span style="margin-right: -12px;">x</span>
- </div>
- </td>
- </tr>
- </table>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer9"></div>
- <div class="outer">
- <div>
- <div style="opacity: 0.75; float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer10"></div>
- <div class="outer">
- <div style="opacity: 0.75;">
- <div style="float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
-
- <div class="test">
- <div class="spacer" id="spacer11"></div>
- <div class="outer" style="opacity: 0.75">
- <div>
- <div style="float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
- <div class="test" style="height: 48px">
- <div class="spacer" id="spacer13"></div>
- <div class="outer">
- <div style="display: inline-block; height: 20px;">
- <div style="float: right; margin-right: -8px;">
- <span>x</span>
- </div>
- </div>
- </div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698