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..14bf34b0fe4e62bed720b3c23700254afbfd186b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/compositing/composited-iframe-hidden-expected.html |
@@ -0,0 +1,4 @@ |
+<!DOCTYPE html> |
+<div style="visibility: hidden;"><iframe></iframe></div> |
+<p>This test passes if there is no assert failure in debug builds and there is no visible |
+content in the iframe above after the page fully settles. |