Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / System.Web / System.Web.Compilation / Directive.cs
index ff56e5e8a6a8594e46d0a6aa21554c55de25c967..6fcaf1376a4f03c2457da01f1c2f70dd88e02b78 100644 (file)
@@ -42,7 +42,7 @@ namespace System.Web.Compilation
                                                "CompilerOptions", "ContentType", "Culture", "Debug",
                                                "Description",
 #if NET_2_0
-                                               "EnableEventValidation", 
+                                               "EnableEventValidation", "MaintainScrollPositionOnPostBack",
 #endif
                                                "EnableSessionState", "EnableViewState",
                                                "EnableViewStateMac", "ErrorPage", "Explicit",
@@ -54,7 +54,7 @@ namespace System.Web.Compilation
                static string [] control_atts = { "AutoEventWireup", "ClassName", "CompilerOptions",
                                                  "Debug", "Description", "EnableViewState",
                                                  "Explicit", "Inherits", "Language", "Strict", "Src",
-                                                 "WarningLevel", "CodeBehind", "TargetSchema" };
+                                                 "WarningLevel", "CodeBehind", "TargetSchema", "LinePragmas" };
 
                static string [] import_atts = { "namespace" };
                static string [] implements_atts = { "interface" };