summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordongseong.hwang@intel.com <dongseong.hwang@intel.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-11-18 19:46:52 +0000
committerdongseong.hwang@intel.com <dongseong.hwang@intel.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-11-18 19:46:52 +0000
commit90b1219a9619a05273d966568a1d53f345fa91e3 (patch)
tree185bb16a512d72e5e6a78abed4341f84384f49d9
parentd72c0aa1f3cee4cfae141845684c08ef435571bd (diff)
downloadchromium_src-90b1219a9619a05273d966568a1d53f345fa91e3.zip
chromium_src-90b1219a9619a05273d966568a1d53f345fa91e3.tar.gz
chromium_src-90b1219a9619a05273d966568a1d53f345fa91e3.tar.bz2
Clean up js-test-post.js remainders.
r161289 deleted js-test-post.js, so this CL cleans up. Review URL: https://codereview.chromium.org/75493002 git-svn-id: svn://svn.chromium.org/blink/trunk@162227 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-large-pattern.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/shadow/pseudo-host-parameter-matches-shadow-host.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/resources/standalone-pre.js2
5 files changed, 1 insertions, 5 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-pattern.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-pattern.html
index 276b19494..1ba4fa6 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-pattern.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-pattern.html
@@ -43,6 +43,5 @@
shouldBe("imgdata[2]", "0");
shouldBe("imgdata[3]", "0");
</script>
- <script src="../js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
index 1180195..0908325 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
@@ -94,6 +94,5 @@
// Nesting is no allowed.
testInvalidSyntax("repeat(2, repeat(1, auto))");
</script>
-<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
index 24734ca..277d038 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
@@ -32,4 +32,3 @@ var template = document.querySelector('template');
var customElement = template.content.querySelector('x-custom');
shouldBeEqualToString('customElement.expando', 'present');
</script>
-<script src="../../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/pseudo-host-parameter-matches-shadow-host.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/pseudo-host-parameter-matches-shadow-host.html
index d2c3c71..bbe1a2d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/pseudo-host-parameter-matches-shadow-host.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/pseudo-host-parameter-matches-shadow-host.html
@@ -116,5 +116,4 @@ cleanUp();
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/js/resources/standalone-pre.js b/third_party/WebKit/LayoutTests/fast/js/resources/standalone-pre.js
index 2d3804e..70a75b0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/resources/standalone-pre.js
+++ b/third_party/WebKit/LayoutTests/fast/js/resources/standalone-pre.js
@@ -157,7 +157,7 @@ function isSuccessfullyParsed()
debug("\nTEST COMPLETE\n");
}
-// It's possible for an async test to call finishJSTest() before js-test-post.js
+// It's possible for an async test to call finishJSTest() before standalone-post.js
// has been parsed.
function finishJSTest()
{