From 039c30685da37cbe49b687289053a2c84883b956 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Mon, 22 Jul 2002 14:43:17 +0000 Subject: [PATCH] fixing up test for more variants git-svn-id: svn://10.0.0.236/trunk@125569 18797224-902f-48f8-a5cc-f745e15eee43 --- .../html/tests/printer/hidden_iframe/index.html | 15 ++++++++++++++- .../tests/printer/hidden_iframe/the_iframe1.html | 6 ++++++ .../tests/printer/hidden_iframe/the_iframe2.html | 6 ++++++ .../tests/printer/hidden_iframe/the_iframe3.html | 6 ++++++ 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 mozilla/layout/html/tests/printer/hidden_iframe/the_iframe1.html create mode 100644 mozilla/layout/html/tests/printer/hidden_iframe/the_iframe2.html create mode 100644 mozilla/layout/html/tests/printer/hidden_iframe/the_iframe3.html diff --git a/mozilla/layout/html/tests/printer/hidden_iframe/index.html b/mozilla/layout/html/tests/printer/hidden_iframe/index.html index 95c2bc77b66..b3d5274f7d0 100644 --- a/mozilla/layout/html/tests/printer/hidden_iframe/index.html +++ b/mozilla/layout/html/tests/printer/hidden_iframe/index.html @@ -1,10 +1,23 @@ + Sub Doc 1 - +You should see 2 iframes when in the Browser
+You should see 1 iframe for Printing and Print Preview
+
+
+
Line 1
Line 2
Line 3
diff --git a/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe1.html b/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe1.html new file mode 100644 index 00000000000..6e84a74af98 --- /dev/null +++ b/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe1.html @@ -0,0 +1,6 @@ + + +This is some body text. +
+ + diff --git a/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe2.html b/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe2.html new file mode 100644 index 00000000000..ac468426600 --- /dev/null +++ b/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe2.html @@ -0,0 +1,6 @@ + + +This IFrame should be hidden when printined or Print Previewed +
+ + diff --git a/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe3.html b/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe3.html new file mode 100644 index 00000000000..33776e55fe8 --- /dev/null +++ b/mozilla/layout/html/tests/printer/hidden_iframe/the_iframe3.html @@ -0,0 +1,6 @@ + + +This IFrame should always be hidden. +
+ +