summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorDaniel van Vugt <daniel.van.vugt@canonical.com>2012-10-17 10:32:44 +0000
committerTarmac <>2012-10-17 10:32:44 +0000
commit8a8fc72544e197888833df000db0f5255a9731dd (patch)
tree7249f3f2dd3f9f813c7fbe8892571ec9e9cb4ad7 /manual-tests
parent045af9b88690b31b943e9ce5d4aded258b159d3f (diff)
parent9991b4d85b83d0b469c3c38701efa552ea4137c2 (diff)
Ensure the panel shadow doesn't get drawn if the panel itself is not being
drawn. (LP: #1065393) . . Fixes: https://bugs.launchpad.net/bugs/1065393. Approved by Sam Spilsbury. (bzr r2846)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Panel.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/manual-tests/Panel.txt b/manual-tests/Panel.txt
index d7d74676a..c7f90fffa 100644
--- a/manual-tests/Panel.txt
+++ b/manual-tests/Panel.txt
@@ -111,3 +111,17 @@ Expected Result:
No part of the panel shadow should ever appear on top of the maximized
Chrome window.
+
+Panel shadow fullscreen
+-----------------------
+Setup:
+#. Install Google Chrome or Chromium.
+
+Actions:
+#. Open Chrome and go full screen (F11)
+#. Trigger window scale: Shift+Alt+Up or Super+W (in Ubuntu)
+
+Expected Result:
+ The panel shadow should not be visible in scale mode, unless the panel
+ itself is also visible.
+