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

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

Issue 868603003: [svg2] Drop suspendRedraw, unsuspendRedraw[All] and forceRedraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 ../../../../WebCore/svg/SVGPathSegList.idl: [Custom] SVGPathSeg replaceIt em(in SVGPathSeg newItem, in unsigned long index) 447 ../../../../WebCore/svg/SVGPathSegList.idl: [Custom] SVGPathSeg replaceIt em(in SVGPathSeg newItem, in unsigned long index)
448 ../../../../WebCore/svg/SVGPathSegList.idl: [Custom] SVGPathSeg removeIte m(in unsigned long index) 448 ../../../../WebCore/svg/SVGPathSegList.idl: [Custom] SVGPathSeg removeIte m(in unsigned long index)
449 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint getItem(in un signed long index) 449 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint getItem(in un signed long index)
450 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint insertItemBef ore(in SVGPoint item, in unsigned long index) 450 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint insertItemBef ore(in SVGPoint item, in unsigned long index)
451 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint replaceItem(i n SVGPoint item, in unsigned long index) 451 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint replaceItem(i n SVGPoint item, in unsigned long index)
452 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint removeItem(in unsigned long index) 452 ../../../../WebCore/svg/SVGPointList.idl: [Custom] SVGPoint removeItem(in unsigned long index)
453 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString getItem(in uns igned long index) 453 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString getItem(in uns igned long index)
454 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString insertItemBefo re(in core::DOMString item, in unsigned long index) 454 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString insertItemBefo re(in core::DOMString item, in unsigned long index)
455 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString replaceItem(in core::DOMString item, in unsigned long index) 455 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString replaceItem(in core::DOMString item, in unsigned long index)
456 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString removeItem(in unsigned long index) 456 ../../../../WebCore/svg/SVGStringList.idl: core::DOMString removeItem(in unsigned long index)
457 ../../../../WebCore/svg/SVGSVGElement.idl: unsigned long suspendRedraw(in unsigned long maxWaitMilliseconds);
458 ../../../../WebCore/svg/SVGSVGElement.idl: void unsuspendRedraw(in unsign ed long suspendHandleId)
459 ../../../../WebCore/svg/SVGTextContentElement.idl: long getNumberOfChars( ); 457 ../../../../WebCore/svg/SVGTextContentElement.idl: long getNumberOfChars( );
460 ../../../../WebCore/svg/SVGTextContentElement.idl: float getSubStringLeng th(in unsigned long offset, 458 ../../../../WebCore/svg/SVGTextContentElement.idl: float getSubStringLeng th(in unsigned long offset,
461 ../../../../WebCore/svg/SVGTextContentElement.idl: in unsigned long length) 459 ../../../../WebCore/svg/SVGTextContentElement.idl: in unsigned long length)
462 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getStartPosit ionOfChar(in unsigned long offset) 460 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getStartPosit ionOfChar(in unsigned long offset)
463 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getEndPositio nOfChar(in unsigned long offset) 461 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGPoint getEndPositio nOfChar(in unsigned long offset)
464 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGRect getExtentOfCha r(in unsigned long offset) 462 ../../../../WebCore/svg/SVGTextContentElement.idl: SVGRect getExtentOfCha r(in unsigned long offset)
465 ../../../../WebCore/svg/SVGTextContentElement.idl: float getRotationOfCha r(in unsigned long offset) 463 ../../../../WebCore/svg/SVGTextContentElement.idl: float getRotationOfCha r(in unsigned long offset)
466 ../../../../WebCore/svg/SVGTextContentElement.idl: long getCharNumAtPosit ion(in SVGPoint point); 464 ../../../../WebCore/svg/SVGTextContentElement.idl: long getCharNumAtPosit ion(in SVGPoint point);
467 ../../../../WebCore/svg/SVGTextContentElement.idl: void selectSubString(i n unsigned long offset, 465 ../../../../WebCore/svg/SVGTextContentElement.idl: void selectSubString(i n unsigned long offset,
468 ../../../../WebCore/svg/SVGTextContentElement.idl: i n unsigned long length) 466 ../../../../WebCore/svg/SVGTextContentElement.idl: i n unsigned long length)
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre ntScale 621 ../../../../WebCore/svg/SVGSVGElement.idl: attribute float curre ntScale
624 622
625 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a; 623 ../../../../WebCore/svg/SVGMatrix.idl: attribute double a;
626 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b; 624 ../../../../WebCore/svg/SVGMatrix.idl: attribute double b;
627 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c; 625 ../../../../WebCore/svg/SVGMatrix.idl: attribute double c;
628 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d; 626 ../../../../WebCore/svg/SVGMatrix.idl: attribute double d;
629 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e; 627 ../../../../WebCore/svg/SVGMatrix.idl: attribute double e;
630 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f; 628 ../../../../WebCore/svg/SVGMatrix.idl: attribute double f;
631 629
632 */ 630 */
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698