Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Side by Side Diff: LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 */
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/resources/wrapper-identity-base.js ('k') | LayoutTests/fast/dom/shadow/element-name-in-shadow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698