summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/http/tests')
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/css/performance-info-with-cached-sheet.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/css/resources/performance-info-with-cached-sheet-next.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/css/shape-image-file-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/css/shape-image-file.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/filesystem/input-display.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-image-shape-margin.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/webfont/slow-loading-expected.html1
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/webfont/webfont-cors-expected.html1
21 files changed, 21 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/performance-info-with-cached-sheet.html b/third_party/WebKit/LayoutTests/http/tests/css/performance-info-with-cached-sheet.html
index 6343489..9cf471c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/performance-info-with-cached-sheet.html
+++ b/third_party/WebKit/LayoutTests/http/tests/css/performance-info-with-cached-sheet.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<script src="/js-test-resources/ahem.js"></script>
<link rel="stylesheet" href="resources/has-cached-resources.css">
<script src="resources/url.js"></script>
<script>
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/resources/performance-info-with-cached-sheet-next.html b/third_party/WebKit/LayoutTests/http/tests/css/resources/performance-info-with-cached-sheet-next.html
index 8b4b8cf..6a38931 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/resources/performance-info-with-cached-sheet-next.html
+++ b/third_party/WebKit/LayoutTests/http/tests/css/resources/performance-info-with-cached-sheet-next.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<script src="/js-test-resources/ahem.js"></script>
<link rel="stylesheet" href="has-cached-resources.css">
<script src="/js-test-resources/js-test.js"></script>
<script src="url.js"></script>
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file-expected.html b/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file-expected.html
index 8c73870..9ccc0f3 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#image-shape {
float: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file.html b/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file.html
index 8f00c2d..122890c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file.html
+++ b/third_party/WebKit/LayoutTests/http/tests/css/shape-image-file.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#image-shape {
float: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/filesystem/input-display.html b/third_party/WebKit/LayoutTests/http/tests/filesystem/input-display.html
index 601dbd4..8021e61 100644
--- a/third_party/WebKit/LayoutTests/http/tests/filesystem/input-display.html
+++ b/third_party/WebKit/LayoutTests/http/tests/filesystem/input-display.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<script src="/js-test-resources/ahem.js"></script>
<!--
Tests the string displayed when a File created using the FileSystem API is used
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin-expected.html
index 220ef64..337c6a3 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin.html
index c15d43d..6c220a4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-allow-origin.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url-expected.html
index ec80f33..8e57f76 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url.html
index cb98d03..9036184 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-data-url.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin-expected.html
index 7d33bea..8be4a0f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin.html
index 45cdef5..e85885e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-disallow-origin.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port-expected.html
index 6883d57..585935b3 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port.html
index 8efba2eb..5efc75b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-port.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin-expected.html
index 14c726b..38d2f4c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="../../../resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin.html b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin.html
index 7f80265..cf2bff4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/shape-image-cors-same-origin.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
diff --git a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold-expected.html b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold-expected.html
index 1054ea3..7f1fdbb 100644
--- a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
.container {
width: 200px;
diff --git a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold.html b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold.html
index 43ba821..cf1e89a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold.html
+++ b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<script>
window.onload = function() {
// fetch offsetTop to force a layout
diff --git a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-image-shape-margin.html b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-image-shape-margin.html
index 955defa..c844bf2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-image-shape-margin.html
+++ b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-image-shape-margin.html
@@ -2,6 +2,7 @@
<html>
<head>
<title>CSS Test: Image shape with margin-right + shape-margin on a left float</title>
+ <script src="/js-test-resources/ahem.js"></script>
<link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-image"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property"/>
diff --git a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
index ce41674..26eb7c5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
+++ b/third_party/WebKit/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
@@ -2,6 +2,7 @@
<html>
<head>
<title>CSS Test: Image shape with margin-right + shape-margin on a left float</title>
+ <script src="/js-test-resources/ahem.js"></script>
<link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-image"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property"/>
diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/slow-loading-expected.html b/third_party/WebKit/LayoutTests/http/tests/webfont/slow-loading-expected.html
index e9c534c..6d66de2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/webfont/slow-loading-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/webfont/slow-loading-expected.html
@@ -1,5 +1,6 @@
<html>
<head>
+<script src="/js-test-resources/ahem.js"></script>
<style>
.testspan {
font-size:64px;
diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/webfont-cors-expected.html b/third_party/WebKit/LayoutTests/http/tests/webfont/webfont-cors-expected.html
index 5ab01e8..371afa5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/webfont/webfont-cors-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/webfont/webfont-cors-expected.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<script src="/js-test-resources/ahem.js"></script>
<div style="font-family: Ahem;">
This text should be rendered with ahem font.
</div>