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

1 23 4 5 6 7 8

  /cts/tests/tests/webkitsecurity/assets/
var-shadows-arg-crash.js 13 shouldBe('test()()', '"success"');
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-already-success.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"');
reentrant-error.js 25 shouldBe('error.code', 'mockCode');
26 shouldBe('error.message', 'mockMessage');
42 shouldBe('error.code', 'mockCode');
43 shouldBe('error.message', 'mockMessage');
permission-denied.js 15 shouldBe('error.code', 'error.PERMISSION_DENIED');
16 shouldBe('error.message', '"User denied Geolocation"');
timeout-zero.js 12 shouldBe('error.code', 'error.TIMEOUT');
13 shouldBe('error.message', '"Timeout expired"');
reentrant-success.js 25 shouldBe('position.coords.latitude', 'mockLatitude');
26 shouldBe('position.coords.longitude', 'mockLongitude');
27 shouldBe('position.coords.accuracy', 'mockAccuracy');
43 shouldBe('position.coords.latitude', 'mockLatitude');
44 shouldBe('position.coords.longitude', 'mockLongitude');
45 shouldBe('position.coords.accuracy', 'mockAccuracy');
watch.js 15 shouldBe('position.coords.latitude', 'mockLatitude');
16 shouldBe('position.coords.longitude', 'mockLongitude');
17 shouldBe('position.coords.accuracy', 'mockAccuracy');
23 shouldBe('error.code', 'mockCode');
24 shouldBe('error.message', 'mockMessage');
callback-exception.js 18 shouldBe('position.coords.latitude', 'mockLatitude');
19 shouldBe('position.coords.longitude', 'mockLongitude');
20 shouldBe('position.coords.accuracy', 'mockAccuracy');
multiple-requests.js 39 shouldBe('position.coords.latitude', 'mockLatitude');
40 shouldBe('position.coords.longitude', 'mockLongitude');
41 shouldBe('position.coords.accuracy', 'mockAccuracy');
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
normalize-with-cdata.js 15 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
16 shouldBe('xmlChunk.documentElement.childNodes.length', '3');
19 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
20 shouldBe('xmlChunk.documentElement.childNodes.length', '3');
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
filter-throw.js 15 shouldBe("walker.currentNode.id", "'root'")
17 shouldBe("walker.currentNode.id", "'root'")
28 shouldBe("walker.currentNode.id", "'root'")
30 shouldBe("walker.currentNode.id", "'root'")
traversal-skip-most.js 18 shouldBe("walker.firstChild(); walker.currentNode.id", "'B1'");
19 shouldBe("walker.nextSibling(); walker.currentNode.id", "'B3'");
24 shouldBe("walker.previousSibling(); walker.currentNode.id", "'B1'");
  /external/webkit/LayoutTests/fast/dom/Selection/script-tests/
collapseToX-empty-selection.js 12 shouldBe("sel.collapseToStart()", "undefined");
13 shouldBe("sel.collapseToEnd()", "undefined");
  /external/webkit/LayoutTests/fast/xpath/
reverse-axes.html 26 shouldBe("document.evaluate('preceding-sibling::*[1]', document.getElementById('d3'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.id", "'d2'");
28 shouldBe("document.evaluate('preceding::*[1]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.id", "'d21'");
29 shouldBe("document.evaluate('preceding::*[2]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.id", "'d2'");
30 shouldBe("document.evaluate('preceding::*[3]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.id", "'d1'");
31 shouldBe("document.evaluate('preceding::*[4]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.tagName", "'A'");
32 shouldBe("document.evaluate('preceding::*[5]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.tagName", "'P'");
34 shouldBe("document.evaluate('ancestor::*[1]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.id", "'d3'");
36 shouldBe("document.evaluate('ancestor-or-self::*[1]', document.getElementById('d31'), null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue.id", "'d31'");
substring-after.html 13 shouldBe("document.evaluate(\"substring-after('abcde', 'd')\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'e'");
14 shouldBe("document.evaluate(\"substring-after('abcde', 'f')\", document, null, XPathResult.STRING_TYPE, null).stringValue", "''");
15 shouldBe("document.evaluate(\"substring-after('abcde', '')\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'abcde'");
16 shouldBe("document.evaluate(\"substring-after('1999/04/01', '/')\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'04/01'");
17 shouldBe("document.evaluate(\"substring-after('1999/04/01', '19')\", document, null, XPathResult.STRING_TYPE, null).stringValue", "'99/04/01'");
  /external/compiler-rt/BlocksRuntime/tests/
byrefcopycopy.c 21 int shouldbe = 0; local
25 b(); ++shouldbe;
31 ++shouldbe;
37 b(); ++shouldbe;
39 if (var != shouldbe) {
40 printf("Hmm, var is %d but should be %d\n", var, shouldbe);
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
cells.js 37 shouldBe('checkCellNesting("' + tags[i] + '")', '0');
41 shouldBe('checkCellNesting("td")', '1');
42 shouldBe('checkCellNesting("th")', '1');
47 shouldBe('checkHeaderCellNesting("' + tags[i] + '")', '0');
51 shouldBe('checkHeaderCellNesting("td")', '1');
52 shouldBe('checkHeaderCellNesting("th")', '1');
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 8 shouldBe("touchList.length", "0");
23 shouldBe("ts.touches.length", "2");
24 shouldBe("ts.touches[0].identifier", "12341");
25 shouldBe("ts.touches[0].clientX", "60");
26 shouldBe("ts.touches[1].screenY", "120");
27 shouldBe("ts.ctrlKey", "true");
  /external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/
namespace-nodes.html 21 function shouldBe(actual, expected) {
32 shouldBe(nodeset.snapshotLength, 7)
36 shouldBe(nodeset.snapshotLength, 7)
40 shouldBe(nodeset.snapshotLength, 7)
44 shouldBe(nodeset.snapshotLength, 6)
48 shouldBe(nodeset.snapshotLength, 7)
52 shouldBe(nodeset.snapshotLength, 4)
  /external/webkit/LayoutTests/storage/indexeddb/
database-quota.html 44 shouldBe("db.objectStoreNames", "[]");
45 shouldBe("db.objectStoreNames.length", "0");
46 shouldBe("db.objectStoreNames.contains('')", "false");
55 shouldBe("db.objectStoreNames", "['test123']");
56 shouldBe("db.objectStoreNames.length", "1");
57 shouldBe("db.objectStoreNames.contains('')", "false");
58 shouldBe("db.objectStoreNames.contains('test456')", "false");
59 shouldBe("db.objectStoreNames.contains('test123')", "true");
76 shouldBe("data.length", "65536");
cursor-continue.html 91 shouldBe("event.target.result.primaryKey", "0");
94 shouldBe("event.target.result.primaryKey", "3");
97 shouldBe("event.target.result.primaryKey", "4");
100 shouldBe("event.target.result.primaryKey", "5");
103 shouldBe("event.target.result.primaryKey", "7");
106 shouldBe("event.target.result.primaryKey", "9");
109 shouldBe("event.target.result.primaryKey", "10");
112 shouldBe("event.target.result.primaryKey", "11");
115 shouldBe("event.target.result.primaryKey", "14");
118 shouldBe("event.target.result.primaryKey", "16")
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
add-listener-from-callback.js 15 shouldBe('deviceOrientationEvent.alpha', 'mockAlpha');
16 shouldBe('deviceOrientationEvent.beta', 'mockBeta');
17 shouldBe('deviceOrientationEvent.gamma', 'mockGamma');
multiple-frames.js 6 shouldBe('deviceOrientationEvent.alpha', 'mockEvent.alpha');
7 shouldBe('deviceOrientationEvent.beta', 'mockEvent.beta');
8 shouldBe('deviceOrientationEvent.gamma', 'mockEvent.gamma');
updates.js 15 shouldBe('deviceOrientationEvent.alpha', 'mockEvent.alpha');
16 shouldBe('deviceOrientationEvent.beta', 'mockEvent.beta');
17 shouldBe('deviceOrientationEvent.gamma', 'mockEvent.gamma');
  /external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/
rows.js 31 shouldBe('checkRowNesting("' + otherTags[i] + '")', '0');
36 shouldBe('checkRowNesting("' + sectionTags[i] + '")', '0');
40 shouldBe('checkRowNesting("tr")', '1');

Completed in 1535 milliseconds

1 23 4 5 6 7 8