Sandbox: Difference between revisions

(h1 and h2 heading headings look awfully close)
(Redirected page to Security/Sandbox)
 
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<pre class="brush:java">
#REDIRECT [[Security/Sandbox]]
// Hello1.cs
public class Hello1
{
  public static void Main()
  {
      System.Console.WriteLine("Hello, World!");
  }
}
</pre>
 
 
: interface Storage {
  readonly attribute unsigned long length;
  [IndexGetter] DOMString key(in unsigned long index);
  [NameGetter] DOMString getItem(in DOMString key);
  [NameSetter, NameCreator] void setItem(in DOMString key, in DOMString data);
  [NameDeleter] void removeItem(in DOMString key);
  void clear();
};
 
asdf
 
 
= h1 and h2 heading headings look awfully close =
== h2 and h1 headings look awfully close ==
This is {{bug|398439}}

Latest revision as of 22:15, 12 December 2013

Redirect to: