Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / runtime-expected.txt
blobe725413eb02f491987110bd7fe7387ff775747e1
1 This test checks various Runtime functions.
4 Running: substituteURL
5 "no url here" -> "no url here"
6 "@url()" -> "fake_module/"
7 "@url(file.js)" -> "fake_module/file.js"
8 "before @url(long/path/to/the/file.png) after" -> "before fake_module/long/path/to/the/file.png after"
9 "@url(first.png)@url(second.gif)" -> "fake_module/first.pngfake_module/second.gif"
10 "a lot of @url(stuff) in a@url(single)line and more url() @@url (not/a/resource.gif)" -> "a lot of fake_module/stuff in afake_module/singleline and more url() @@url (not/a/resource.gif)"