| OLD | NEW |
| 1 description( | 1 description( |
| 2 'This tests the behavior of non-numeric values in contexts where the DOM has a n
umeric parameter.' | 2 'This tests the behavior of non-numeric values in contexts where the DOM has a n
umeric parameter.' |
| 3 ); | 3 ); |
| 4 | 4 |
| 5 function nonNumericPolicy(template) | 5 function nonNumericPolicy(template) |
| 6 { | 6 { |
| 7 var x = 0; | 7 var x = 0; |
| 8 try { | 8 try { |
| 9 eval(template); | 9 eval(template); |
| 10 } catch (e) { | 10 } catch (e) { |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float defaultPlaybac
kRate | 425 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float defaultPlaybac
kRate |
| 426 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float playbackRate | 426 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float playbackRate |
| 427 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float start; | 427 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float start; |
| 428 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float end; | 428 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float end; |
| 429 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopStart; | 429 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopStart; |
| 430 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopEnd; | 430 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopEnd; |
| 431 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float volume | 431 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float volume |
| 432 | 432 |
| 433 ../../../../WebCore/svg/SVGAnimatedInteger.idl: attribute long b
aseVal | 433 ../../../../WebCore/svg/SVGAnimatedInteger.idl: attribute long b
aseVal |
| 434 ../../../../WebCore/svg/SVGElementInstanceList.idl: SVGElementInstance it
em(in unsigned long index); | 434 ../../../../WebCore/svg/SVGElementInstanceList.idl: SVGElementInstance it
em(in unsigned long index); |
| 435 ../../../../WebCore/svg/SVGFilterElement.idl: void setFilterRes(in unsign
ed long filterResX, in unsigned long filterResY); | |
| 436 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength getItem(in unsigned
long index) | 435 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength getItem(in unsigned
long index) |
| 437 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength insertItemBefore(in
SVGLength item, in unsigned long index) | 436 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength insertItemBefore(in
SVGLength item, in unsigned long index) |
| 438 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength replaceItem(in SVGLe
ngth item, in unsigned long index) | 437 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength replaceItem(in SVGLe
ngth item, in unsigned long index) |
| 439 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength removeItem(in unsign
ed long index) | 438 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength removeItem(in unsign
ed long index) |
| 440 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber getItem(in unsigned
long index) | 439 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber getItem(in unsigned
long index) |
| 441 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber insertItemBefore(in
SVGNumber item, in unsigned long index) | 440 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber insertItemBefore(in
SVGNumber item, in unsigned long index) |
| 442 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber replaceItem(in SVGNu
mber item, in unsigned long index) | 441 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber replaceItem(in SVGNu
mber item, in unsigned long index) |
| 443 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber removeItem(in unsign
ed long index) | 442 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber removeItem(in unsign
ed long index) |
| 444 ../../../../WebCore/svg/SVGPathElement.idl: unsigned long getPathSegAtLen
gth(in float distance); | 443 ../../../../WebCore/svg/SVGPathElement.idl: unsigned long getPathSegAtLen
gth(in float distance); |
| 445 ../../../../WebCore/svg/SVGPathSegList.idl: [Custom] SVGPathSeg getItem(i
n unsigned long index) | 444 ../../../../WebCore/svg/SVGPathSegList.idl: [Custom] SVGPathSeg getItem(i
n unsigned long index) |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre
ntScale | 622 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre
ntScale |
| 624 | 623 |
| 625 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a; | 624 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a; |
| 626 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b; | 625 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b; |
| 627 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c; | 626 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c; |
| 628 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d; | 627 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d; |
| 629 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e; | 628 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e; |
| 630 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f; | 629 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f; |
| 631 | 630 |
| 632 */ | 631 */ |
| OLD | NEW |