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

Unified Diff: third_party/WebKit/LayoutTests/compositing/composited-iframe-hidden-expected.html

Issue 1616183002: Don't composite layers with an invisible frameview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run test script when test runner is not present. Created 4 years, 11 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/compositing/composited-iframe-hidden-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/composited-iframe-hidden-expected.html b/third_party/WebKit/LayoutTests/compositing/composited-iframe-hidden-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..aa41523ce08fb7c355ebf0b3ca7a80bb23ab5cb4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/composited-iframe-hidden-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div style="visibility: hidden;"><iframe></iframe></div>
+<div>Settings</div>
+<div>Cancel</div>
+<p>To test manually, click on 'Settings' and then click on 'Cancel'. The iframe above should disappear (and all contents
+vanish) and then reappear and there should be no assert failure in debug builds.

Powered by Google App Engine
This is Rietveld 408576698