Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/standalone/masterpages/otc/otcchild.master')
-rw-r--r--mcs/class/System.Web/Test/standalone/masterpages/otc/otcchild.master14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/System.Web/Test/standalone/masterpages/otc/otcchild.master b/mcs/class/System.Web/Test/standalone/masterpages/otc/otcchild.master
deleted file mode 100644
index c5ed904bed1..00000000000
--- a/mcs/class/System.Web/Test/standalone/masterpages/otc/otcchild.master
+++ /dev/null
@@ -1,14 +0,0 @@
-<%@ Master Language="C#" MasterPageFile="otc.master" %>
-
-<asp:Content ID="Content1" ContentPlaceHolderID="mainContent" runat="Server">
- <div>
- <asp:ContentPlaceHolder ID="main1" runat="server" />
- </div>
- <div>
- <asp:ContentPlaceHolder ID="main2" runat="server" />
- </div>
-</asp:Content>
-
-<asp:Content ID="Content2" ContentPlaceHolderID="sideContent" runat="Server">
- <asp:ContentPlaceHolder ID="side1" runat="server" />
-</asp:Content>