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

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

Issue 1785663002: Make setBaseAndExtent's arguments non-optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use collapse() where possible (one test) Created 4 years, 8 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
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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 297
298 shouldBe("nonNumericPolicy('document.createRange().setStart(document, x)')", "'a ny type allowed (but not omitted)'"); 298 shouldBe("nonNumericPolicy('document.createRange().setStart(document, x)')", "'a ny type allowed (but not omitted)'");
299 shouldBe("nonNumericPolicy('document.createRange().setEnd(document, x)')", "'any type allowed (but not omitted)'"); 299 shouldBe("nonNumericPolicy('document.createRange().setEnd(document, x)')", "'any type allowed (but not omitted)'");
300 shouldBe("nonNumericPolicy('document.createRange().comparePoint(document, x)')", "'any type allowed (but not omitted)'"); 300 shouldBe("nonNumericPolicy('document.createRange().comparePoint(document, x)')", "'any type allowed (but not omitted)'");
301 shouldBe("nonNumericPolicy('document.createRange().isPointInRange(document, x)') ", "'any type allowed (but not omitted)'"); 301 shouldBe("nonNumericPolicy('document.createRange().isPointInRange(document, x)') ", "'any type allowed (but not omitted)'");
302 302
303 // Selection 303 // Selection
304 304
305 shouldBe("nonNumericPolicy('getSelection().collapse(document, x)')", "'any type allowed'"); 305 shouldBe("nonNumericPolicy('getSelection().collapse(document, x)')", "'any type allowed'");
306 shouldBe("nonNumericPolicy('getSelection().setBaseAndExtent(document, x, documen t, 0)')", "'any type allowed'"); 306 shouldBe("nonNumericPolicy('getSelection().setBaseAndExtent(document, x, documen t, 0)')", "'any type allowed'");
307 shouldBe("nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, documen t, x)')", "'any type allowed'"); 307 shouldBe("nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, documen t, x)')", "'any type allowed (but not omitted)'");
308 shouldBe("nonNumericPolicy('getSelection().collapse(document, x)')", "'any type allowed'"); 308 shouldBe("nonNumericPolicy('getSelection().collapse(document, x)')", "'any type allowed'");
309 shouldBe("nonNumericPolicy('getSelection().extend(document, x)')", "'any type al lowed'"); 309 shouldBe("nonNumericPolicy('getSelection().extend(document, x)')", "'any type al lowed'");
310 shouldBe("nonNumericPolicy('getSelection().getRangeAt(x)')", "'any type allowed (but not omitted)'"); 310 shouldBe("nonNumericPolicy('getSelection().getRangeAt(x)')", "'any type allowed (but not omitted)'");
311 311
312 // SQLResultSetRowList 312 // SQLResultSetRowList
313 313
314 // Not tested: item. 314 // Not tested: item.
315 315
316 // StyleSheetList 316 // StyleSheetList
317 317
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 ../../../../WebCore/html/HTMLEmbedElement.idl: attribute [Conver tFromString] long width; 390 ../../../../WebCore/html/HTMLEmbedElement.idl: attribute [Conver tFromString] long width;
391 ../../../../WebCore/html/HTMLImageElement.idl: attribute long he ight; 391 ../../../../WebCore/html/HTMLImageElement.idl: attribute long he ight;
392 ../../../../WebCore/html/HTMLImageElement.idl: attribute long hs pace; 392 ../../../../WebCore/html/HTMLImageElement.idl: attribute long hs pace;
393 ../../../../WebCore/html/HTMLImageElement.idl: attribute long vs pace; 393 ../../../../WebCore/html/HTMLImageElement.idl: attribute long vs pace;
394 ../../../../WebCore/html/HTMLImageElement.idl: attribute long wi dth; 394 ../../../../WebCore/html/HTMLImageElement.idl: attribute long wi dth;
395 ../../../../WebCore/html/HTMLInputElement.idl: attribute long maxLength; 395 ../../../../WebCore/html/HTMLInputElement.idl: attribute long maxLength;
396 ../../../../WebCore/html/HTMLInputElement.idl: attribute unsigne d long size; // Changed string -> long as part of DOM level 2 396 ../../../../WebCore/html/HTMLInputElement.idl: attribute unsigne d long size; // Changed string -> long as part of DOM level 2
397 ../../../../WebCore/html/HTMLInputElement.idl: attribute long tabIndex; 397 ../../../../WebCore/html/HTMLInputElement.idl: attribute long tabIndex;
398 ../../../../WebCore/html/HTMLInputElement.idl: attribute long selectionStart; 398 ../../../../WebCore/html/HTMLInputElement.idl: attribute long selectionStart;
399 ../../../../WebCore/html/HTMLInputElement.idl: attribute long selectionEnd; 399 ../../../../WebCore/html/HTMLInputElement.idl: attribute long selectionEnd;
400 ../../../../WebCore/html/HTMLLIElement.idl: attribute long value; 400 ../../../../WebCore/html/HTMLLIElement.idl: attribute long value;
401 ../../../../WebCore/html/HTMLMediaElement.idl: attribute unsigned long playCo unt 401 ../../../../WebCore/html/HTMLMediaElement.idl: attribute unsigned long playCo unt
402 ../../../../WebCore/html/HTMLMediaElement.idl: attribute unsigned long curren tLoop; 402 ../../../../WebCore/html/HTMLMediaElement.idl: attribute unsigned long curren tLoop;
403 ../../../../WebCore/html/HTMLObjectElement.idl: attribute long hspace; 403 ../../../../WebCore/html/HTMLObjectElement.idl: attribute long hspace;
404 ../../../../WebCore/html/HTMLObjectElement.idl: attribute long tabIndex; 404 ../../../../WebCore/html/HTMLObjectElement.idl: attribute long tabIndex;
405 ../../../../WebCore/html/HTMLObjectElement.idl: attribute long vspace; 405 ../../../../WebCore/html/HTMLObjectElement.idl: attribute long vspace;
406 ../../../../WebCore/html/HTMLOListElement.idl: attribute long start; 406 ../../../../WebCore/html/HTMLOListElement.idl: attribute long start;
407 ../../../../WebCore/html/HTMLOptionsCollection.idl: attribute lo ng selectedIndex; 407 ../../../../WebCore/html/HTMLOptionsCollection.idl: attribute lo ng selectedIndex;
408 ../../../../WebCore/html/HTMLOptionsCollection.idl: attribute [C ustom] unsigned long length 408 ../../../../WebCore/html/HTMLOptionsCollection.idl: attribute [C ustom] unsigned long length
409 ../../../../WebCore/html/HTMLPreElement.idl: attribute long width; 409 ../../../../WebCore/html/HTMLPreElement.idl: attribute long width;
410 ../../../../WebCore/html/HTMLSelectElement.idl: attribute long selectedIndex; 410 ../../../../WebCore/html/HTMLSelectElement.idl: attribute long selectedIndex;
(...skipping 11 matching lines...) Expand all
422 ../../../../WebCore/html/HTMLVideoElement.idl: attribute long width; 422 ../../../../WebCore/html/HTMLVideoElement.idl: attribute long width;
423 ../../../../WebCore/html/HTMLVideoElement.idl: attribute long height; 423 ../../../../WebCore/html/HTMLVideoElement.idl: attribute long height;
424 424
425 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float gl obalAlpha; 425 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float gl obalAlpha;
426 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float li neWidth; 426 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float li neWidth;
427 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float mi terLimit; 427 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float mi terLimit;
428 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float sh adowOffsetX; 428 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float sh adowOffsetX;
429 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float sh adowOffsetY; 429 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float sh adowOffsetY;
430 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float sh adowBlur; 430 ../../../../WebCore/html/CanvasRenderingContext2D.idl: attribute float sh adowBlur;
431 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float currentTime 431 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float currentTime
432 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float defaultPlaybac kRate 432 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float defaultPlaybac kRate
433 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float playbackRate 433 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float playbackRate
434 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float start; 434 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float start;
435 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float end; 435 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float end;
436 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopStart; 436 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopStart;
437 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopEnd; 437 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float loopEnd;
438 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float volume 438 ../../../../WebCore/html/HTMLMediaElement.idl: attribute float volume
439 439
440 ../../../../WebCore/svg/SVGAnimatedInteger.idl: attribute long b aseVal 440 ../../../../WebCore/svg/SVGAnimatedInteger.idl: attribute long b aseVal
441 ../../../../WebCore/svg/SVGElementInstanceList.idl: SVGElementInstance it em(in unsigned long index); 441 ../../../../WebCore/svg/SVGElementInstanceList.idl: SVGElementInstance it em(in unsigned long index);
442 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength getItem(in unsigned long index) 442 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength getItem(in unsigned long index)
443 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength insertItemBefore(in SVGLength item, in unsigned long index) 443 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength insertItemBefore(in SVGLength item, in unsigned long index)
444 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength replaceItem(in SVGLe ngth item, in unsigned long index) 444 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength replaceItem(in SVGLe ngth item, in unsigned long index)
445 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength removeItem(in unsign ed long index) 445 ../../../../WebCore/svg/SVGLengthList.idl: SVGLength removeItem(in unsign ed long index)
446 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber getItem(in unsigned long index) 446 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber getItem(in unsigned long index)
447 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber insertItemBefore(in SVGNumber item, in unsigned long index) 447 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber insertItemBefore(in SVGNumber item, in unsigned long index)
448 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber replaceItem(in SVGNu mber item, in unsigned long index) 448 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber replaceItem(in SVGNu mber item, in unsigned long index)
449 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber removeItem(in unsign ed long index) 449 ../../../../WebCore/svg/SVGNumberList.idl: SVGNumber removeItem(in unsign ed long index)
450 ../../../../WebCore/svg/SVGPathElement.idl: unsigned long getPathSegAtLen gth(in float distance); 450 ../../../../WebCore/svg/SVGPathElement.idl: unsigned long getPathSegAtLen gth(in float distance);
451 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint getItem(in un signed long index) 451 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint getItem(in un signed long index)
452 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint insertItemBef ore(in SVGPoint item, in unsigned long index) 452 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint insertItemBef ore(in SVGPoint item, in unsigned long index)
453 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint replaceItem(i n SVGPoint item, in unsigned long index) 453 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint replaceItem(i n SVGPoint item, in unsigned long index)
454 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint removeItem(in unsigned long index) 454 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint removeItem(in unsigned long index)
455 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString getItem(in uns igned long index) 455 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString getItem(in uns igned long index)
456 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString insertItemBefo re(in core::DOMString item, in unsigned long index) 456 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString insertItemBefo re(in core::DOMString item, in unsigned long index)
457 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString replaceItem(in core::DOMString item, in unsigned long index) 457 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString replaceItem(in core::DOMString item, in unsigned long index)
458 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString removeItem(in unsigned long index) 458 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString removeItem(in unsigned long index)
459 ../../../../WebCore/svg/SVGSVGElement.idl: unsigned long suspendRedraw(in unsigned long maxWaitMilliseconds); 459 ../../../../WebCore/svg/SVGSVGElement.idl: unsigned long suspendRedraw(in unsigned long maxWaitMilliseconds);
460 ../../../../WebCore/svg/SVGSVGElement.idl: void unsuspendRedraw(in unsign ed long suspendHandleId) 460 ../../../../WebCore/svg/SVGSVGElement.idl: void unsuspendRedraw(in unsign ed long suspendHandleId)
461 ../../../../WebCore/svg/SVGTextContentElement.idl: long getNumberOfChars( ); 461 ../../../../WebCore/svg/SVGTextContentElement.idl: long getNumberOfChars( );
462 ../../../../WebCore/svg/SVGTextContentElement.idl: float getSubStringLeng th(in unsigned long offset, 462 ../../../../WebCore/svg/SVGTextContentElement.idl: float getSubStringLeng th(in unsigned long offset,
463 ../../../../WebCore/svg/SVGTextContentElement.idl: in unsigned long length) 463 ../../../../WebCore/svg/SVGTextContentElement.idl: in unsigned long length)
464 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getStartPosit ionOfChar(in unsigned long offset) 464 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getStartPosit ionOfChar(in unsigned long offset)
465 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getEndPositio nOfChar(in unsigned long offset) 465 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getEndPositio nOfChar(in unsigned long offset)
466 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGRect getExtentOfCha r(in unsigned long offset) 466 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGRect getExtentOfCha r(in unsigned long offset)
467 ../../../../WebCore/svg/SVGTextContentElement.idl: float getRotationOfCha r(in unsigned long offset) 467 ../../../../WebCore/svg/SVGTextContentElement.idl: float getRotationOfCha r(in unsigned long offset)
468 ../../../../WebCore/svg/SVGTextContentElement.idl: long getCharNumAtPosit ion(in SVGPoint point); 468 ../../../../WebCore/svg/SVGTextContentElement.idl: long getCharNumAtPosit ion(in SVGPoint point);
469 ../../../../WebCore/svg/SVGTextContentElement.idl: void selectSubString(i n unsigned long offset, 469 ../../../../WebCore/svg/SVGTextContentElement.idl: void selectSubString(i n unsigned long offset,
470 ../../../../WebCore/svg/SVGTextContentElement.idl: i n unsigned long length) 470 ../../../../WebCore/svg/SVGTextContentElement.idl: i n unsigned long length)
471 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform getIt em(in unsigned long index) 471 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform getIt em(in unsigned long index)
472 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform inser tItemBefore(in SVGTransform item, in unsigned long index) 472 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform inser tItemBefore(in SVGTransform item, in unsigned long index)
473 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform repla ceItem(in SVGTransform item, in unsigned long index) 473 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform repla ceItem(in SVGTransform item, in unsigned long index)
474 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform remov eItem(in unsigned long index) 474 ../../../../WebCore/svg/SVGTransformList.idl: [Custom] SVGTransform remov eItem(in unsigned long index)
475 ../../../../WebCore/xml/XPathResult.idl: Node snapshotItem(in unsigned lo ng index) 475 ../../../../WebCore/xml/XPathResult.idl: Node snapshotItem(in unsigned lo ng index)
476 476
477 ../../../../WebCore/svg/SVGAngle.idl: in floa t valueInSpecifiedUnits); 477 ../../../../WebCore/svg/SVGAngle.idl: in floa t valueInSpecifiedUnits);
478 ../../../../WebCore/svg/SVGAnimationElement.idl: float getStartTime(); 478 ../../../../WebCore/svg/SVGAnimationElement.idl: float getStartTime();
479 ../../../../WebCore/svg/SVGAnimationElement.idl: float getCurrentTime(); 479 ../../../../WebCore/svg/SVGAnimationElement.idl: float getCurrentTime();
480 ../../../../WebCore/svg/SVGAnimationElement.idl: float getSimpleDuration( ) 480 ../../../../WebCore/svg/SVGAnimationElement.idl: float getSimpleDuration( )
481 ../../../../WebCore/svg/SVGFEGaussianBlurElement.idl: void setStdDeviatio n(in float stdDeviationX, in float stdDeviationY); 481 ../../../../WebCore/svg/SVGFEGaussianBlurElement.idl: void setStdDeviatio n(in float stdDeviationX, in float stdDeviationY);
482 ../../../../WebCore/svg/SVGLength.idl: in flo at valueInSpecifiedUnits); 482 ../../../../WebCore/svg/SVGLength.idl: in flo at valueInSpecifiedUnits);
483 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix translate(in fl oat x, in float y); 483 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix translate(in fl oat x, in float y);
484 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix scale(in float scaleFactor); 484 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix scale(in float scaleFactor);
485 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix scaleNonUniform (in float scaleFactorX, in float scaleFactorY); 485 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix scaleNonUniform (in float scaleFactorX, in float scaleFactorY);
486 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix rotate(in float angle); 486 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix rotate(in float angle);
487 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix rotateFromVecto r(in float x, in float y) 487 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix rotateFromVecto r(in float x, in float y)
488 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix skewX(in float angle); 488 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix skewX(in float angle);
489 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix skewY(in float angle); 489 ../../../../WebCore/svg/SVGMatrix.idl: [Custom] SVGMatrix skewY(in float angle);
490 ../../../../WebCore/svg/SVGNumber.idl: interface [Conditional=SVG, PODType=fl oat] SVGNumber { 490 ../../../../WebCore/svg/SVGNumber.idl: interface [Conditional=SVG, PODType=fl oat] SVGNumber {
491 ../../../../WebCore/svg/SVGPathElement.idl: float getTotalLength(); 491 ../../../../WebCore/svg/SVGPathElement.idl: float getTotalLength();
492 ../../../../WebCore/svg/SVGPathElement.idl: SVGPoint getPointAtLength(in float distance); 492 ../../../../WebCore/svg/SVGPathElement.idl: SVGPoint getPointAtLength(in float distance);
493 ../../../../WebCore/svg/SVGPathElement.idl: unsigned long getPathSegAtLen gth(in float distance); 493 ../../../../WebCore/svg/SVGPathElement.idl: unsigned long getPathSegAtLen gth(in float distance);
494 ../../../../WebCore/svg/SVGSVGElement.idl: float getCurrentTime(); 494 ../../../../WebCore/svg/SVGSVGElement.idl: float getCurrentTime();
495 ../../../../WebCore/svg/SVGSVGElement.idl: void setCurrentTime(in float s econds); 495 ../../../../WebCore/svg/SVGSVGElement.idl: void setCurrentTime(in float s econds);
496 ../../../../WebCore/svg/SVGTextContentElement.idl: float getComputedTextL ength(); 496 ../../../../WebCore/svg/SVGTextContentElement.idl: float getComputedTextL ength();
497 ../../../../WebCore/svg/SVGTextContentElement.idl: float getSubStringLeng th(in unsigned long offset, 497 ../../../../WebCore/svg/SVGTextContentElement.idl: float getSubStringLeng th(in unsigned long offset,
498 ../../../../WebCore/svg/SVGTextContentElement.idl: float getRotationOfCha r(in unsigned long offset) 498 ../../../../WebCore/svg/SVGTextContentElement.idl: float getRotationOfCha r(in unsigned long offset)
499 ../../../../WebCore/svg/SVGTransform.idl: void setTranslate(in float tx, in float ty); 499 ../../../../WebCore/svg/SVGTransform.idl: void setTranslate(in float tx, in float ty);
500 ../../../../WebCore/svg/SVGTransform.idl: void setScale(in float sx, in f loat sy); 500 ../../../../WebCore/svg/SVGTransform.idl: void setScale(in float sx, in f loat sy);
501 ../../../../WebCore/svg/SVGTransform.idl: void setRotate(in float angle, in float cx, in float cy); 501 ../../../../WebCore/svg/SVGTransform.idl: void setRotate(in float angle, in float cx, in float cy);
502 ../../../../WebCore/svg/SVGTransform.idl: void setSkewX(in float angle); 502 ../../../../WebCore/svg/SVGTransform.idl: void setSkewX(in float angle);
503 ../../../../WebCore/svg/SVGTransform.idl: void setSkewY(in float angle); 503 ../../../../WebCore/svg/SVGTransform.idl: void setSkewY(in float angle);
504 504
505 ../../../../WebCore/svg/SVGAngle.idl: attribute float v alue; 505 ../../../../WebCore/svg/SVGAngle.idl: attribute float v alue;
506 ../../../../WebCore/svg/SVGAngle.idl: attribute float v alueInSpecifiedUnits; 506 ../../../../WebCore/svg/SVGAngle.idl: attribute float v alueInSpecifiedUnits;
507 ../../../../WebCore/svg/SVGAnimatedNumber.idl: attribute float b aseVal 507 ../../../../WebCore/svg/SVGAnimatedNumber.idl: attribute float b aseVal
508 ../../../../WebCore/svg/SVGLength.idl: attribute float value; 508 ../../../../WebCore/svg/SVGLength.idl: attribute float value;
509 ../../../../WebCore/svg/SVGLength.idl: attribute float valueInSpecifiedUnits; 509 ../../../../WebCore/svg/SVGLength.idl: attribute float valueInSpecifiedUnits;
510 ../../../../WebCore/svg/SVGNumber.idl: attribute float value 510 ../../../../WebCore/svg/SVGNumber.idl: attribute float value
511 ../../../../WebCore/svg/SVGPoint.idl: attribute float x 511 ../../../../WebCore/svg/SVGPoint.idl: attribute float x
512 ../../../../WebCore/svg/SVGPoint.idl: attribute float y 512 ../../../../WebCore/svg/SVGPoint.idl: attribute float y
513 ../../../../WebCore/svg/SVGRect.idl: attribute float x 513 ../../../../WebCore/svg/SVGRect.idl: attribute float x
514 ../../../../WebCore/svg/SVGRect.idl: attribute float y 514 ../../../../WebCore/svg/SVGRect.idl: attribute float y
515 ../../../../WebCore/svg/SVGRect.idl: attribute float width 515 ../../../../WebCore/svg/SVGRect.idl: attribute float width
516 ../../../../WebCore/svg/SVGRect.idl: attribute float height 516 ../../../../WebCore/svg/SVGRect.idl: attribute float height
517 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre ntScale 517 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre ntScale
518 518
519 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a; 519 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a;
520 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b; 520 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b;
521 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c; 521 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c;
522 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d; 522 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d;
523 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e; 523 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e;
524 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f; 524 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f;
525 525
526 */ 526 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698