HomeSort by relevance Sort by last modified time
    Searched full:shouldbe (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 15 shouldBe("storage.length", "0");
35 shouldBe("storageEventList.length", "0");
43 shouldBe("storageEventList.length", "1");
documentURI.js 15 shouldBe("storage.length", "0");
31 shouldBe("storageEventList.length", "1");
44 shouldBe("storageEventList.length", "2");
basic-body-attribute.js 15 shouldBe("storage.length", "0");
32 shouldBe("storageEventList.length", "1");
46 shouldBe("storageEventList.length", "5");
66 shouldBe("storageEventList.length", "6");
77 shouldBe("storageEventList.length", "7");
88 shouldBe("storageEventList.length", "8");
basic-setattribute.js 15 shouldBe("storage.length", "0");
32 shouldBe("storageEventList.length", "1");
46 shouldBe("storageEventList.length", "5");
66 shouldBe("storageEventList.length", "6");
77 shouldBe("storageEventList.length", "7");
88 shouldBe("storageEventList.length", "8");
basic.js 15 shouldBe("storage.length", "0");
31 shouldBe("storageEventList.length", "1");
45 shouldBe("storageEventList.length", "5");
65 shouldBe("storageEventList.length", "6");
76 shouldBe("storageEventList.length", "7");
87 shouldBe("storageEventList.length", "8");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
delayed-permission-denied.js 19 shouldBe('error.code', 'error.PERMISSION_DENIED');
20 shouldBe('error.message', '"User denied Geolocation"');
timeout-clear-watch.js 12 shouldBe('error.code', 'error.TIMEOUT');
13 shouldBe('error.message', '"Timeout expired"');
delayed-permission-denied-for-multiple-requests.js 22 shouldBe('error.code', 'error.PERMISSION_DENIED');
23 shouldBe('error.message', '"User denied Geolocation"');
38 shouldBe('error.code', 'error.PERMISSION_DENIED');
39 shouldBe('error.message', '"User denied Geolocation"');
disconnected-frame-permission-denied.js 19 shouldBe('error.code', 'error.PERMISSION_DENIED');
20 shouldBe('error.message', '"User denied Geolocation"');
33 shouldBe('error.code', 'error.PERMISSION_DENIED');
34 shouldBe('error.message', '"User denied Geolocation"');
permission-denied-already-clear-watch.js 16 shouldBe('error.code', 'error.PERMISSION_DENIED');
17 shouldBe('error.message', '"User denied Geolocation"');
30 shouldBe('error.code', 'error.PERMISSION_DENIED');
31 shouldBe('error.message', '"User denied Geolocation"');
permission-denied-already-error.js 16 shouldBe('error.code', 'error.PERMISSION_DENIED');
17 shouldBe('error.message', '"User denied Geolocation"');
33 shouldBe('error.code', 'error.PERMISSION_DENIED');
34 shouldBe('error.message', '"User denied Geolocation"');
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
send-oncancel-event.js 12 shouldBe("cancelEvent.pageX", touchX.toString());
13 shouldBe("cancelEvent.pageY", touchY.toString());
  /external/webkit/LayoutTests/fast/xpath/
string-value.html 37 shouldBe("doc.evaluate('.', doc, null, XPathResult.STRING_TYPE, null).stringValue", "'0 1a-cdata-b2'");
38 shouldBe("doc.evaluate('.', doc.documentElement, null, XPathResult.STRING_TYPE, null).stringValue", "'0 1a-cdata-b2'");
39 shouldBe("doc.evaluate('.', PI, null, XPathResult.STRING_TYPE, null).stringValue", "'\"Data\" '");
40 shouldBe("doc.evaluate('.', COMMENT, null, XPathResult.STRING_TYPE, null).stringValue", "' comment '");
41 shouldBe("doc.evaluate('.', CDATA, null, XPathResult.STRING_TYPE, null).stringValue", "'-cdata-'");
42 shouldBe("doc.evaluate('.', TEXT, null, XPathResult.STRING_TYPE, null).stringValue", "'0 '");
43 shouldBe("doc.evaluate('.', EMPTY, null, XPathResult.STRING_TYPE, null).stringValue", "''");
44 shouldBe("doc.evaluate('.', ATTR, null, XPathResult.STRING_TYPE, null).stringValue", "'<&nbsp;>'");
substring-nan-position.html 13 shouldBe("document.evaluate(\"substring('12345', number(\'NaN\'))\", document, null, XPathResult.STRING_TYPE, null).stringValue", "''");
14 shouldBe("document.evaluate(\"substring('12345', number(\'NaN\'), 3)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "''");
17 shouldBe("document.evaluate(\"substring('12345', number(\'NaN\'), -2147483645)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "''");
19 shouldBe("document.evaluate(\"substring('12345', number(\'NaN\'), number(\'NaN\'))\", document, null, XPathResult.STRING_TYPE, null).stringValue", "''");
substring-non-positive-postion.html 13 shouldBe("document.evaluate(\"substring('abcde', 0)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'abcde'");
14 shouldBe("document.evaluate(\"substring('abcde', -2)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'abcde'");
15 shouldBe("document.evaluate(\"substring('abcde', 0, 5)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'abcd'");
16 shouldBe("document.evaluate(\"substring('abcde', -2, 5)\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'ab'");
  /external/webkit/LayoutTests/storage/indexeddb/
database-basics.html 59 shouldBe("db.objectStoreNames", "[]");
60 shouldBe("db.objectStoreNames.length", "0");
61 shouldBe("db.objectStoreNames.contains('')", "false");
72 shouldBe("db.objectStoreNames", "['test123']");
73 shouldBe("db.objectStoreNames.length", "1");
74 shouldBe("db.objectStoreNames.contains('')", "false");
75 shouldBe("db.objectStoreNames.contains('test456')", "false");
76 shouldBe("db.objectStoreNames.contains('test123')", "true");
request-event-propagation.html 104 shouldBe("event.target", "request");
105 shouldBe("event.currentTarget", "db");
118 shouldBe("event.target", "request");
119 shouldBe("event.currentTarget", "trans");
132 shouldBe("event.target", "request");
133 shouldBe("event.currentTarget", "request");
146 shouldBe("event.target", "request");
147 shouldBe("event.currentTarget", "trans");
160 shouldBe("event.target", "request");
161 shouldBe("event.currentTarget", "db")
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-whitespace.js 7 shouldBe("a.hostname", "'www.mydomain.com'");
11 shouldBe("a.hostname", "'www.mydomain.com'");
15 shouldBe("a.hostname", "'www.mydomain.com'");
19 shouldBe("a.hostname", "'www.mydomain.com'");
23 shouldBe("a.hostname", "'www.mydomain.com'");
27 shouldBe("a.hostname", "'www.mydomain.com'");
31 shouldBe("a.hostname", "'www.mydomain.com'");
35 shouldBe("a.hostname", "'www.mydomain.com'");
39 shouldBe("a.hostname", "'www.mydomain.com'");
43 shouldBe("a.hostname", "'www.mydomain.com'")
    [all...]
set-href-attribute-search.js 8 shouldBe("a.href", "'https://www.mydomain.com/path/?value=key'");
14 shouldBe("a.href", "'https://www.mydomain.com/path/?val%20ue=%20key?'");
19 shouldBe("a.href", "'s:www.mydomain.com/path/?%'");
26 shouldBe("a.href", "'https://www.mydomain.com/path/?value%23key#hash'");
34 shouldBe("a.href", "'bad:/|/url?value=key'");
40 shouldBe("a.href", "'https://www.mydomain.com/path/'");
47 shouldBe("a.href", "'https://www.mydomain.com/path/?'");
set-href-attribute-hash.js 8 shouldBe("a.href", "'https://www.mydomain.com:8080/path/testurl.html#hash-value'");
13 shouldBe("a.href", "'file:///path/testurl.html#hash_value'");
18 shouldBe("a.href", "'http://www.mydomain.com/path/testurl.html#hash?value'");
25 shouldBe("a.href", "'https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle'");
33 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'");
40 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'");
46 shouldBe("a.href", "'mailto:e-mail_address@goes_here#hash-value'");
53 shouldBe("a.href", "'file:///some%20path#hash value'");
58 shouldBe("a.href", "'http://mydomain.com/#'");
65 shouldBe("a.href", "'foo:bar#hash'")
    [all...]
set-href-attribute-protocol.js 8 shouldBe("a.href", "'http-foo://www.mydomain.com/path/'");
15 shouldBe("a.href", "'http://www.mydomain.com/path/'");
25 shouldBe("a.href", "'https://www.mydomain.com/path/'");
35 shouldBe("a.href", "'foo:^^'");
42 shouldBe("a.href", "'https://www.mydomain.com/path/'");
51 shouldBe("a.href", "'https://www.mydomain.com/path/'");
58 shouldBe("a.href", "'https://www.mydomain.com/path/'");
67 shouldBe("a.href", "'http:??bar'");
73 shouldBe("a.href", "'f-oo:path'");
78 shouldBe("a.href", "'undefined://www.mydomain.com/path/'")
    [all...]
  /external/webkit/LayoutTests/fast/xpath/4XPath/Core/
test_parser.html 73 shouldBe('DOM.evaluate("1", ROOT, null, XPathResult.ANY_TYPE, null).numberValue', "1");
74 shouldBe('DOM.evaluate("00200", ROOT, null, XPathResult.ANY_TYPE, null).numberValue', "200");
75 shouldBe('DOM.evaluate("3+4*7", ROOT, null, XPathResult.ANY_TYPE, null).numberValue', "31");
76 shouldBe('DOM.evaluate("3-4*1", ROOT, null, XPathResult.ANY_TYPE, null).numberValue', "-1");
77 shouldBe('DOM.evaluate("string(\'1\')", ROOT, null, XPathResult.ANY_TYPE, null).stringValue', "'1'");
78 shouldBe('DOM.evaluate("concat(\'1\', \'2\')", ROOT, null, XPathResult.ANY_TYPE, null).stringValue', "'12'");
79 shouldBe('DOM.evaluate("true()", ROOT, null, XPathResult.ANY_TYPE, null).booleanValue', "true");
80 shouldBe('DOM.evaluate("false()", ROOT, null, XPathResult.ANY_TYPE, null).booleanValue', "false");
81 shouldBe('DOM.evaluate("1=3<4", ROOT, null, XPathResult.ANY_TYPE, null).booleanValue', "true");
82 shouldBe('DOM.evaluate("1 or 2 and 3", ROOT, null, XPathResult.ANY_TYPE, null).booleanValue', "true")
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
canvas-font-ex-units-crash.js 6 shouldBe("ctx.font = '5ex sans-serif'; ctx.font", "'5ex sans-serif'");
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
DOMNodeRemovedEvent.js 10 shouldBe("count", "1");
  /external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/
rs_20010831.html 22 shouldBe('nodeset.snapshotLength', '2')
23 shouldBe('nodeset.snapshotItem(0).nodeValue', '"normal text"')
24 shouldBe('nodeset.snapshotItem(1).nodeValue', '"<cdatatext>"')
27 shouldBe('nodeset.singleNodeValue.nodeValue', '"<cdatatext>"')

Completed in 255 milliseconds

1 2 34 5 6 7 8