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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-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/opacity-change-on-overflow-float-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.html
deleted file mode 100644
index b69fafb320733784ea7e7c883941f66c9eedac66..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<html>
-<head>
-<style>
-div {
- width: 100px;
- height:100px;
- overflow:hidden;
- float:left;
-}
-
-.green {
- background-color:green
-}
-</style>
-</head>
-<body>
-<p>Repaint test for <rdar><!--
-Oh man, let me explain why this is here. In the beginning, there was an
-<rdar:://problem/6869687> link to the great and mysterious rdar. However, that
-link was invisible because whoever added it decided to enclose the link in
-angle brackets.
-
-There was peace in the land, until we implemented the HTML5 parsing algorithm,
-which changed the name of the mysterious rdar element to not include //
-charaters. Rather than regenerate the expected results (which were platform
-specific), our hero changed the rdar link to an <rdar> element and hand-edited
-the expected render tree.
-
-And on the third day, he rested. --> REGRESSION (r41203): Facebook friend suggestions disappear on update. Make sure when a layer switches
-from being self-painting to non-self-painting that a layout happens to fix up the floating objects lists. You should see a 100x100 green square below.
-If you see any red, the test has failed.
-</p>
-<div class="green"></div>
-

Powered by Google App Engine
This is Rietveld 408576698