HomeSort by relevance Sort by last modified time
    Searched full:mydomain (Results 1 - 24 of 24) sorted by null

  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
set-href-attribute-whitespace-expected.txt 7 PASS a.hostname is 'www.mydomain.com'
9 PASS a.hostname is 'www.mydomain.com'
11 PASS a.hostname is 'www.mydomain.com'
13 PASS a.hostname is 'www.mydomain.com'
15 PASS a.hostname is 'www.mydomain.com'
17 PASS a.hostname is 'www.mydomain.com'
19 PASS a.hostname is 'www.mydomain.com'
21 PASS a.hostname is 'www.mydomain.com'
23 PASS a.hostname is 'www.mydomain.com'
25 PASS a.hostname is 'www.mydomain.com
    [all...]
set-href-attribute-port-expected.txt 7 PASS a.href is 'https://www.mydomain.com/path/testurl.html?key=value'
9 PASS a.href is 'https://www.mydomain.com/path/testurl.html?key=value'
11 PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
13 PASS a.href is 'https://www.mydomain.com:4/path/testurl.html?key=value'
15 PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
17 PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
19 PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
set-href-attribute-protocol-expected.txt 7 PASS a.href is 'http-foo://www.mydomain.com/path/'
9 PASS a.href is 'http://www.mydomain.com/path/'
11 PASS a.href is 'https://www.mydomain.com/path/'
15 PASS a.href is 'https://www.mydomain.com/path/'
17 PASS a.href is 'https://www.mydomain.com/path/'
19 PASS a.href is 'https://www.mydomain.com/path/'
25 PASS a.href is 'undefined://www.mydomain.com/path/'
set-href-attribute-search-expected.txt 7 PASS a.href is 'https://www.mydomain.com/path/?value=key'
9 PASS a.href is 'https://www.mydomain.com/path/?val%20ue=%20key?'
11 PASS a.href is 's:www.mydomain.com/path/?%'
13 PASS a.href is 'https://www.mydomain.com/path/?value%23key#hash'
17 PASS a.href is 'https://www.mydomain.com/path/'
19 PASS a.href is 'https://www.mydomain.com/path/?'
set-href-attribute-hash-expected.txt 7 PASS a.href is 'https://www.mydomain.com:8080/path/testurl.html#hash-value'
11 PASS a.href is 'http://www.mydomain.com/path/testurl.html#hash?value'
15 PASS a.href is 'https://www.mydomain.com/path/testurl.html#'
17 PASS a.href is 'https://www.mydomain.com/path/testurl.html#'
23 PASS a.href is 'http://mydomain.com/#'
set-href-attribute-pathname-expected.txt 7 PASS a.href is 'https://www.mydomain.com/path%20name?key=value'
9 PASS a.href is 'https://www.mydomain.com/pa%3Fth?key=value'
11 PASS a.href is 'https://www.mydomain.com//path%23name?key=value'
13 PASS a.href is 'https://www.mydomain.com/path?key=value'
15 PASS a.href is 'https://www.mydomain.com/?key=value'
17 PASS a.href is 'https://www.mydomain.com/?key=value'
set-href-attribute-hostname-expected.txt 13 PASS a.href is 'https://www.mydomain.com:8080/path/'
15 PASS a.href is 'https://www.mydomain.com:8080/path/'
set-href-attribute-host-expected.txt 21 PASS a.href is 'https://www.mydomain.com:8080/path/'
23 PASS a.href is 'https://www.mydomain.com:8080/path/'
25 PASS a.href is 'file://mydomain.com/path/'
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-whitespace.js 6 a.href = " https://www.mydomain.com/path/testurl.html?key=value";
7 shouldBe("a.hostname", "'www.mydomain.com'");
10 a.href = "\nhttps://www.mydomain.com/path/testurl.html?key=value";
11 shouldBe("a.hostname", "'www.mydomain.com'");
14 a.href = "\thttps://www.mydomain.com/path/testurl.html?key=value";
15 shouldBe("a.hostname", "'www.mydomain.com'");
18 a.href = "\rhttps://www.mydomain.com/path/testurl.html?key=value";
19 shouldBe("a.hostname", "'www.mydomain.com'");
22 a.href = "\n \t\r \nhttps://www.mydomain.com/path/testurl.html?key=value";
23 shouldBe("a.hostname", "'www.mydomain.com'")
    [all...]
set-href-attribute-search.js 6 a.href = "https://www.mydomain.com/path/?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path/?value=key'");
12 a.href = "https://www.mydomain.com/path/?key=value";
14 shouldBe("a.href", "'https://www.mydomain.com/path/?val%20ue=%20key?'");
17 a.href = "s:www.mydomain.com/path/";
19 shouldBe("a.href", "'s:www.mydomain.com/path/?%'");
24 a.href = "https://www.mydomain.com/path/?key=value#hash";
26 shouldBe("a.href", "'https://www.mydomain.com/path/?value%23key#hash'");
38 a.href = "https://www.mydomain.com/path/?key=value";
40 shouldBe("a.href", "'https://www.mydomain.com/path/'")
    [all...]
set-href-attribute-port.js 6 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'");
11 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
13 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'");
16 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
18 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'");
22 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
24 shouldBe("a.href", "'https://www.mydomain.com:4/path/testurl.html?key=value'");
28 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
30 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'")
    [all...]
set-href-attribute-protocol.js 6 a.href = "https://www.mydomain.com/path/";
8 shouldBe("a.href", "'http-foo://www.mydomain.com/path/'");
13 a.href = "https://www.mydomain.com/path/";
15 shouldBe("a.href", "'http://www.mydomain.com/path/'");
23 a.href = "https://www.mydomain.com/path/";
25 shouldBe("a.href", "'https://www.mydomain.com/path/'");
40 a.href = "https://www.mydomain.com/path/";
42 shouldBe("a.href", "'https://www.mydomain.com/path/'");
49 a.href = "https://www.mydomain.com/path/";
51 shouldBe("a.href", "'https://www.mydomain.com/path/'")
    [all...]
set-href-attribute-pathname.js 6 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path%20name?key=value'");
13 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
15 shouldBe("a.href", "'https://www.mydomain.com/pa%3Fth?key=value'");
23 a.href = "https://www.mydomain.com/path?key=value";
25 shouldBe("a.href", "'https://www.mydomain.com//path%23name?key=value'");
31 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
33 shouldBe("a.href", "'https://www.mydomain.com/path?key=value'");
37 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
39 shouldBe("a.href", "'https://www.mydomain.com/?key=value'")
    [all...]
set-href-attribute-hash.js 6 a.href = "https://www.mydomain.com:8080/path/testurl.html#middle";
8 shouldBe("a.href", "'https://www.mydomain.com:8080/path/testurl.html#hash-value'");
16 a.href = "http://www.mydomain.com/path/testurl.html#middle";
18 shouldBe("a.href", "'http://www.mydomain.com/path/testurl.html#hash?value'");
31 a.href = "https://www.mydomain.com/path/testurl.html#middle";
33 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'");
38 a.href = "https://www.mydomain.com/path/testurl.html#middle";
40 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'");
56 a.href = "http://mydomain.com#middle";
58 shouldBe("a.href", "'http://mydomain.com/#'")
    [all...]
set-href-attribute-hostname.js 6 a.href = "https://www.mydomain.com:8080/path/";
13 a.href = "https://www.mydomain.com:8080/path/";
22 a.href = "foo://www.mydomain.com/path/";
30 a.href = "https://www.mydomain.com:8080/path/";
32 shouldBe("a.href", "'https://www.mydomain.com:8080/path/'");
38 a.href = "https://www.mydomain.com:8080/path/";
40 shouldBe("a.href", "'https://www.mydomain.com:8080/path/'");
45 a.hostname = "mydomain.com";
68 a.href = "https://www.mydomain.com:8080/path/";
set-href-attribute-host.js 6 a.href = "https://www.mydomain.com:8080/path/";
13 a.href = "https://www.mydomain.com:8080/path/?key=value";
21 a.href = "https://www.mydomain.com:8080/path/";
26 a.href = "https://www.mydomain.com:8080/path/";
32 a.href = "https://www.mydomain.com:8080/path/";
38 a.href = "https://www.mydomain.com:8080/path/";
44 a.href = "https://www.mydomain.com:8080/path/";
52 a.href = "https://www.mydomain.com:8080/path/";
54 shouldBe("a.href", "'https://www.mydomain.com:8080/path/'");
60 a.href = "https://www.mydomain.com:8080/path/"
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
options.html 59 <em>(eg a/mydomain.com)</em>
  /external/dbus/tools/
dbus-send.c 361 fprintf (stderr, "Must use org.mydomain.Interface.Method notation, no dot in \"%s\"\n",
380 fprintf (stderr, "Must use org.mydomain.Interface.Signal notation, no dot in \"%s\"\n",
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 23 # dynamic-dnsmasq.pl add testaccount 1234 testaccount.mydomain.com
  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 266 * bundle should be scoped (such as "com.mydomain.im.SOME_FIELD") so
  /external/dnsmasq/
FAQ 36 no IP address and are for names like mymachine.mydomain.com.mydomain.com.
CHANGELOG.archive     [all...]
  /frameworks/base/docs/html/guide/topics/testing/
testing_android.jd 187 under test has a package name of <code>com.mydomain.myapp</code>, then the
188 Android tools set the test package name to <code>com.mydomain.myapp.test</code>. This
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc     [all...]

Completed in 937 milliseconds