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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-block-to-display-none.html

Issue 2696283003: Revert of Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Created 3 years, 10 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/iframe-display-block-to-display-none.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-block-to-display-none.html b/third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-block-to-display-none.html
deleted file mode 100644
index e85793470928773277326dc2fc12fce72610cc64..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-block-to-display-none.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function repaintTest()
-{
- document.getElementById("iframe").style.display = "none";
-}
-window.addEventListener("load", runRepaintAndPixelTest);
-</script>
-<p><a href="https://code.google.com/p/chromium/issues/detail?id=650433">issue 650433</a>:
- display:none iframes do not have layout objects<br>
- The test checks that changing the style of an iframe from block to none
- creates the right sequence of paint invalidations.
-</p>
-<iframe id="iframe" width="728" height="90" style="display: block"></iframe>

Powered by Google App Engine
This is Rietveld 408576698