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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void bezierCurveTo
(in float cp1x, in float cp1y, in float cp2x, in float cp2y, in float x, in floa
t y); | 373 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void bezierCurveTo
(in float cp1x, in float cp1y, in float cp2x, in float cp2y, in float x, in floa
t y); |
374 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void arcTo(in floa
t x1, in float y1, in float x2, in float y2, in float radius) | 374 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void arcTo(in floa
t x1, in float y1, in float x2, in float y2, in float radius) |
375 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void rect(in float
x, in float y, in float width, in float height) | 375 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void rect(in float
x, in float y, in float width, in float height) |
376 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void arc(in float
x, in float y, in float radius, in float startAngle, in float endAngle, in boole
an anticlockwise) | 376 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void arc(in float
x, in float y, in float radius, in float startAngle, in float endAngle, in boole
an anticlockwise) |
377 ../../../../WebCore/html/CanvasRenderingContext2D.idl: boolean isPointInP
ath(in float x, in float y); | 377 ../../../../WebCore/html/CanvasRenderingContext2D.idl: boolean isPointInP
ath(in float x, in float y); |
378 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void setAlpha(in f
loat alpha); | 378 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void setAlpha(in f
loat alpha); |
379 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void setLineWidth(
in float width); | 379 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void setLineWidth(
in float width); |
380 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void setMiterLimit
(in float limit); | 380 ../../../../WebCore/html/CanvasRenderingContext2D.idl: void setMiterLimit
(in float limit); |
381 | 381 |
382 ../../../../WebCore/html/HTMLAnchorElement.idl: attribute long tabIndex; | 382 ../../../../WebCore/html/HTMLAnchorElement.idl: attribute long tabIndex; |
383 ../../../../WebCore/html/HTMLAppletElement.idl: attribute [Conve
rtFromString] long hspace; | |
384 ../../../../WebCore/html/HTMLAppletElement.idl: attribute [Conve
rtFromString] long vspace; | |
385 ../../../../WebCore/html/HTMLAreaElement.idl: attribute long tabIndex; | 383 ../../../../WebCore/html/HTMLAreaElement.idl: attribute long tabIndex; |
386 ../../../../WebCore/html/HTMLBodyElement.idl: attribute long scr
ollLeft; | 384 ../../../../WebCore/html/HTMLBodyElement.idl: attribute long scr
ollLeft; |
387 ../../../../WebCore/html/HTMLBodyElement.idl: attribute long scr
ollTop; | 385 ../../../../WebCore/html/HTMLBodyElement.idl: attribute long scr
ollTop; |
388 ../../../../WebCore/html/HTMLButtonElement.idl: attribute long
tabIndex; | 386 ../../../../WebCore/html/HTMLButtonElement.idl: attribute long
tabIndex; |
389 ../../../../WebCore/html/HTMLCanvasElement.idl: attribute long width; | 387 ../../../../WebCore/html/HTMLCanvasElement.idl: attribute long width; |
390 ../../../../WebCore/html/HTMLCanvasElement.idl: attribute long height; | 388 ../../../../WebCore/html/HTMLCanvasElement.idl: attribute long height; |
391 ../../../../WebCore/html/HTMLEmbedElement.idl: attribute [Conver
tFromString] long height; | 389 ../../../../WebCore/html/HTMLEmbedElement.idl: attribute [Conver
tFromString] long height; |
392 ../../../../WebCore/html/HTMLEmbedElement.idl: attribute [Conver
tFromString] long width; | 390 ../../../../WebCore/html/HTMLEmbedElement.idl: attribute [Conver
tFromString] long width; |
393 ../../../../WebCore/html/HTMLImageElement.idl: attribute long he
ight; | 391 ../../../../WebCore/html/HTMLImageElement.idl: attribute long he
ight; |
394 ../../../../WebCore/html/HTMLImageElement.idl: attribute long hs
pace; | 392 ../../../../WebCore/html/HTMLImageElement.idl: attribute long hs
pace; |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre
ntScale | 629 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre
ntScale |
632 | 630 |
633 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a; | 631 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a; |
634 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b; | 632 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b; |
635 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c; | 633 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c; |
636 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d; | 634 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d; |
637 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e; | 635 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e; |
638 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f; | 636 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f; |
639 | 637 |
640 */ | 638 */ |
OLD | NEW |