summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/svg/custom
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/svg/custom')
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/SVGException.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/a-focus-by-tab.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/clone-node.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/currentColor-on-color.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/document-all-includes-svg.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/getBoundingClientRect.xhtml1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/getSubStringLength.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/global-constructors.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/immutable-properties.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/invalid-length-units.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/loadevents-async.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/path-segment-initial-role.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/script-tests/TEMPLATE.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/selectSubString.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/svg-createsvgtransform-type.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/svg-fonts-in-text-controls.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/svg-modify-currentTranslate.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/svg-viewBox-dynamic.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/svg-xml-dom-sync.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/tearoffs-with-tearoffs.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/title-assertion.html1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/use-href-update-crash.svg1
-rw-r--r--third_party/WebKit/LayoutTests/svg/custom/window-named-item-lookup.html1
24 files changed, 0 insertions, 24 deletions
diff --git a/third_party/WebKit/LayoutTests/svg/custom/SVGException.html b/third_party/WebKit/LayoutTests/svg/custom/SVGException.html
index 8908e54..f1c0c12 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/SVGException.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/SVGException.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/SVGException.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/a-focus-by-tab.html b/third_party/WebKit/LayoutTests/svg/custom/a-focus-by-tab.html
index 339ba2d..44f984e 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/a-focus-by-tab.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/a-focus-by-tab.html
@@ -20,5 +20,4 @@ testRunner.overridePreference('WebKitTabToLinksPreferenceKey', false);
shouldBe('input1.focus(); document.activeElement', 'input1');
shouldNotBe('eventSender.keyDown(tab); document.activeElement', 'document.getElementById("svg-a")');
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/clone-node.html b/third_party/WebKit/LayoutTests/svg/custom/clone-node.html
index 6bbfcca..d5c61e4 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/clone-node.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/clone-node.html
@@ -16,4 +16,3 @@ shouldBeEqualToString('className(svgDoc.cloneNode(false))', 'SVGDocument');
shouldBeEqualToString('svgDoc.cloneNode(true).compatMode', 'CSS1Compat');
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/currentColor-on-color.html b/third_party/WebKit/LayoutTests/svg/custom/currentColor-on-color.html
index 35bf12a..db9aa8f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/currentColor-on-color.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/currentColor-on-color.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/currentColor-on-color.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/document-all-includes-svg.html b/third_party/WebKit/LayoutTests/svg/custom/document-all-includes-svg.html
index 80b125a..774e6b2 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/document-all-includes-svg.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/document-all-includes-svg.html
@@ -12,7 +12,6 @@
shouldBe("document.all['test5'].length", "2");
}
</script>
- <script src="../../fast/js/resources/js-test-post.js"></script>
</head>
<body onload="runTest()">
<a id="test1"></a>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/getBoundingClientRect.xhtml b/third_party/WebKit/LayoutTests/svg/custom/getBoundingClientRect.xhtml
index 16e3d7a..f9aa4f0 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/getBoundingClientRect.xhtml
+++ b/third_party/WebKit/LayoutTests/svg/custom/getBoundingClientRect.xhtml
@@ -68,7 +68,6 @@ debug("");
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/getSubStringLength.html b/third_party/WebKit/LayoutTests/svg/custom/getSubStringLength.html
index c8bf5ea..2750ebb 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/getSubStringLength.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/getSubStringLength.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/getSubStringLength.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/global-constructors.html b/third_party/WebKit/LayoutTests/svg/custom/global-constructors.html
index 98e481b..7ab9f21 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/global-constructors.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/global-constructors.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/global-constructors.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties.html b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties.html
index 859c417..28c2e22 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/immutable-properties.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units.html b/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units.html
index 05acb08..7310911 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units.html
@@ -5,6 +5,5 @@
</head>
<body>
<script src="script-tests/invalid-length-units.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/loadevents-async.html b/third_party/WebKit/LayoutTests/svg/custom/loadevents-async.html
index 65976e5..89ee87f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/loadevents-async.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/loadevents-async.html
@@ -26,6 +26,5 @@ setTimeout(function() {
}, 1);
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
<body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/path-segment-initial-role.html b/third_party/WebKit/LayoutTests/svg/custom/path-segment-initial-role.html
index b8e0bb3..7d1d684 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/path-segment-initial-role.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/path-segment-initial-role.html
@@ -12,6 +12,5 @@
</script>
<p id="description">Test that there is no assertion when setting values on a new path segment not in any segment list.</p>
<div id="console"></div>
- <script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error.html b/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error.html
index 6bd5a0e..286211f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/poly-parsing-error.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/svg/custom/script-tests/TEMPLATE.html
index e439eb3..b9549e6 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/script-tests/TEMPLATE.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/selectSubString.html b/third_party/WebKit/LayoutTests/svg/custom/selectSubString.html
index 90e8a19..5a4d067 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/selectSubString.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/selectSubString.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/selectSubString.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-createsvgtransform-type.html b/third_party/WebKit/LayoutTests/svg/custom/svg-createsvgtransform-type.html
index eee013c..d45c413 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/svg-createsvgtransform-type.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/svg-createsvgtransform-type.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/svg-createsvgtransform-type.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-fonts-in-text-controls.html b/third_party/WebKit/LayoutTests/svg/custom/svg-fonts-in-text-controls.html
index 9786989..a35e776 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/svg-fonts-in-text-controls.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/svg-fonts-in-text-controls.html
@@ -5,6 +5,5 @@
</head>
<body>
<script src="script-tests/svg-fonts-in-text-controls.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-modify-currentTranslate.html b/third_party/WebKit/LayoutTests/svg/custom/svg-modify-currentTranslate.html
index aa84110..28e3a5f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/svg-modify-currentTranslate.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/svg-modify-currentTranslate.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/svg-modify-currentTranslate.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-viewBox-dynamic.html b/third_party/WebKit/LayoutTests/svg/custom/svg-viewBox-dynamic.html
index ca1f720..fb957aa 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/svg-viewBox-dynamic.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/svg-viewBox-dynamic.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/svg-viewBox-dynamic.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-xml-dom-sync.html b/third_party/WebKit/LayoutTests/svg/custom/svg-xml-dom-sync.html
index ebb1be3..3cd740c 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/svg-xml-dom-sync.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/svg-xml-dom-sync.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/svg-xml-dom-sync.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/tearoffs-with-tearoffs.html b/third_party/WebKit/LayoutTests/svg/custom/tearoffs-with-tearoffs.html
index 86434f6..14379f6 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/tearoffs-with-tearoffs.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/tearoffs-with-tearoffs.html
@@ -7,6 +7,5 @@
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/tearoffs-with-tearoffs.js"></script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/title-assertion.html b/third_party/WebKit/LayoutTests/svg/custom/title-assertion.html
index a8da29c..1ee320d 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/title-assertion.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/title-assertion.html
@@ -9,5 +9,4 @@ document.title = 'New title';
description('We had a bug that updating document.title caused an assertion failure.');
testPassed('if any assertion does not fail.');
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</html>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-href-update-crash.svg b/third_party/WebKit/LayoutTests/svg/custom/use-href-update-crash.svg
index a8b8f57..05ed875 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/use-href-update-crash.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/use-href-update-crash.svg
@@ -15,5 +15,4 @@
if (window.testRunner)
testRunner.dumpAsText();
</script>
- <script src="../../fast/js/resources/js-test-post.js"></script>
</svg>
diff --git a/third_party/WebKit/LayoutTests/svg/custom/window-named-item-lookup.html b/third_party/WebKit/LayoutTests/svg/custom/window-named-item-lookup.html
index 0dd4c44..ee48421 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/window-named-item-lookup.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/window-named-item-lookup.html
@@ -12,7 +12,6 @@
shouldBe("window.test5.length", "2");
}
</script>
- <script src="../../fast/js/resources/js-test-post.js"></script>
</head>
<body onload="runTest()">
<a id="test1"></a>