diff options
| author | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-11-05 00:56:21 +0000 |
|---|---|---|
| committer | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-11-05 00:56:21 +0000 |
| commit | efb086342703fbd2e87b3e3104e58bf8fb50f570 (patch) | |
| tree | 321f02c5754356f71032e8a3432ac534ba1c143b /third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle | |
| parent | 70ea9e407b389247baf07bd566d99fc6d2ab0077 (diff) | |
| download | chromium_src-efb086342703fbd2e87b3e3104e58bf8fb50f570.zip chromium_src-efb086342703fbd2e87b3e3104e58bf8fb50f570.tar.gz chromium_src-efb086342703fbd2e87b3e3104e58bf8fb50f570.tar.bz2 | |
Move fast/js/resources files to resources.
Move fast/js/resources/js-test-pre.js and
fast/js/resources/leak-check.js to the root resources
directory. They're used mostly by tests outside of fast/js.
Also, rename js-test-pre.js to js-test.js now that there's
no js-test-post.js.
TBR because it's impossible to review 6819 file changes in rietveld.
TBR=eae@chromium.org
Review URL: https://codereview.chromium.org/58533003
git-svn-id: svn://svn.chromium.org/blink/trunk@161296 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle')
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html index 2eca987..4de47b5 100644 --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <script src="../../../js/resources/js-test-pre.js"></script> + <script src="../../../../resources/js-test.js"></script> </head> <body> <div id="ancestor"><div id="child"></div></div> diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html index 7310ef0..9b2e201 100644 --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <script src="../../../js/resources/js-test-pre.js"></script> + <script src="../../../../resources/js-test.js"></script> </head> <body> <div id="test" style="font: 10px Ahem;"></div> |
