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

Side by Side Diff: LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt

Issue 23530010: Make CSSStyleSheet.insertRule() / deleteRule() arguments mandatory (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 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 This tests the behavior of non-numeric values in contexts where the DOM has a nu meric parameter. 1 This tests the behavior of non-numeric values in contexts where the DOM has a nu meric parameter.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS nonNumericPolicy('document.createTextNode("a").substringData(x, 0)') is 'an y type allowed' 6 PASS nonNumericPolicy('document.createTextNode("a").substringData(x, 0)') is 'an y type allowed'
7 PASS nonNumericPolicy('document.createTextNode("a").substringData(0, x)') is 'an y type allowed (but not omitted)' 7 PASS nonNumericPolicy('document.createTextNode("a").substringData(0, x)') is 'an y type allowed (but not omitted)'
8 PASS nonNumericPolicy('document.createTextNode("a").insertData(x, "b")') is 'any type allowed' 8 PASS nonNumericPolicy('document.createTextNode("a").insertData(x, "b")') is 'any type allowed'
9 PASS nonNumericPolicy('document.createTextNode("a").deleteData(x, 0)') is 'any t ype allowed' 9 PASS nonNumericPolicy('document.createTextNode("a").deleteData(x, 0)') is 'any t ype allowed'
10 PASS nonNumericPolicy('document.createTextNode("a").deleteData(0, x)') is 'any t ype allowed (but not omitted)' 10 PASS nonNumericPolicy('document.createTextNode("a").deleteData(0, x)') is 'any t ype allowed (but not omitted)'
11 PASS nonNumericPolicy('document.createTextNode("a").replaceData(x, 0, "b")') is 'any type allowed' 11 PASS nonNumericPolicy('document.createTextNode("a").replaceData(x, 0, "b")') is 'any type allowed'
12 PASS nonNumericPolicy('document.createTextNode("a").replaceData(0, x, "b")') is 'any type allowed' 12 PASS nonNumericPolicy('document.createTextNode("a").replaceData(0, x, "b")') is 'any type allowed'
13 PASS nonNumericPolicy('createCSSMediaRule().insertRule(ruleText, x)') is 'any ty pe allowed (but not omitted)' 13 PASS nonNumericPolicy('createCSSMediaRule().insertRule(ruleText, x)') is 'any ty pe allowed (but not omitted)'
14 PASS nonNumericPolicy('createCSSMediaRule().deleteRule(x)') is 'any type allowed (but not omitted)' 14 PASS nonNumericPolicy('createCSSMediaRule().deleteRule(x)') is 'any type allowed (but not omitted)'
15 PASS nonNumericPolicy('createCSSRuleList().item(x)') is 'any type allowed (but n ot omitted)' 15 PASS nonNumericPolicy('createCSSRuleList().item(x)') is 'any type allowed (but n ot omitted)'
16 PASS nonNumericPolicy('createCSSStyleDeclaration().item(x)') is 'any type allowe d' 16 PASS nonNumericPolicy('createCSSStyleDeclaration().item(x)') is 'any type allowe d'
17 PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any t ype allowed' 17 PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any t ype allowed (but not omitted)'
18 PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowe d' 18 PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowe d (but not omitted)'
19 PASS nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)') i s 'any type allowed' 19 PASS nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)') i s 'any type allowed'
20 PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowe d' 20 PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowe d'
21 PASS nonNumericPolicy('createCSSValueList().item(x)') is 'any type allowed (but not omitted)' 21 PASS nonNumericPolicy('createCSSValueList().item(x)') is 'any type allowed (but not omitted)'
22 PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed' 22 PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed'
23 PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed' 23 PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed'
24 PASS nonNumericPolicy('document.body.scrollByLines(x)') is 'any type allowed' 24 PASS nonNumericPolicy('document.body.scrollByLines(x)') is 'any type allowed'
25 PASS nonNumericPolicy('document.body.scrollByPages(x)') is 'any type allowed' 25 PASS nonNumericPolicy('document.body.scrollByPages(x)') is 'any type allowed'
26 PASS nonNumericPolicy('document.body.scrollLeft = x') is 'any type allowed' 26 PASS nonNumericPolicy('document.body.scrollLeft = x') is 'any type allowed'
27 PASS nonNumericPolicy('document.body.scrollTop = x') is 'any type allowed' 27 PASS nonNumericPolicy('document.body.scrollTop = x') is 'any type allowed'
28 PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed' 28 PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed'
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 PASS nonNumericPolicy('window.moveTo(x, 0)') is 'any type allowed' 76 PASS nonNumericPolicy('window.moveTo(x, 0)') is 'any type allowed'
77 PASS nonNumericPolicy('window.moveTo(0, x)') is 'any type allowed' 77 PASS nonNumericPolicy('window.moveTo(0, x)') is 'any type allowed'
78 PASS nonNumericPolicy('window.resizeBy(x, 0)') is 'any type allowed' 78 PASS nonNumericPolicy('window.resizeBy(x, 0)') is 'any type allowed'
79 PASS nonNumericPolicy('window.resizeBy(0, x)') is 'any type allowed' 79 PASS nonNumericPolicy('window.resizeBy(0, x)') is 'any type allowed'
80 PASS nonNumericPolicy('window.resizeTo(x, 0)') is 'any type allowed' 80 PASS nonNumericPolicy('window.resizeTo(x, 0)') is 'any type allowed'
81 PASS nonNumericPolicy('window.resizeTo(0, x)') is 'any type allowed' 81 PASS nonNumericPolicy('window.resizeTo(0, x)') is 'any type allowed'
82 PASS successfullyParsed is true 82 PASS successfullyParsed is true
83 83
84 TEST COMPLETE 84 TEST COMPLETE
85 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698