--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/wml/deck-access-control.wml Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
+<wml>
+ <card onenterforward="targetdeck.wml">
+ <p>Test for Deck Access control in WML. </p>
+ <p>This deck will try to jump to "targetdeck.wml" when it is loaded. But it will <strong>FAIL</strong> because "targetdeck.wml" just allows "access-target.wml" to access it.</p>
+ <p>You can click 'Go' to enter 'access-target.wml', and then enter 'targetdeck.wml' from there</p>
+ <anchor title="go to access-target.wml"><go href="./access-target.wml">Go</go></anchor>
+ </card>
+</wml>