What's new? | Help | Directory | Sign in
Google
  
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{"tests": [

{"description": "valid base target attribute '_self'",
"input": "<base target=_self>",
"fail-if": "invalid-browsing-context"},

{"description": "valid base target attribute '_parent'",
"input": "<base target=_parent>",
"fail-if": "invalid-browsing-context"},

{"description": "valid base target attribute '_top'",
"input": "<base target=_top>",
"fail-if": "invalid-browsing-context"},

{"description": "valid base target attribute '_blank'",
"input": "<base target=_blank>",
"fail-if": "invalid-browsing-context"},

{"description": "valid base target attribute 'foo'",
"input": "<base target=foo>",
"fail-if": "invalid-browsing-context"},

{"description": "base target attribute may be blank",
"input": "<base target>",
"fail-if": "invalid-browsing-context"},

{"description": "invalid base target attribute '_'",
"input": "<base target=_>",
"fail-unless": "invalid-browsing-context"},

{"description": "invalid base target attribute '_foo'",
"input": "<base target=_foo>",
"fail-unless": "invalid-browsing-context"}

]}
Show details Hide details

Change log

r986 by pilgrim on Aug 30, 2007   Diff
added support for validating <base target>
attribute
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1033 bytes, 35 lines

File properties

svn:executable
*