summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/animation
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/animation')
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html2
12 files changed, 0 insertions, 24 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html
index 769bdb6..5ea1f33 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-cancel.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html
index fb8c421..9a18d64 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-cancel2.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html
index dcf69d8..af74351 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-display.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html
index eb8790b..f32b09a 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html
@@ -3,8 +3,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests that requestAnimationFrame callbacks are not invoked while modal dialogs are displayed.');
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html
index 9a2336d..ee2f49d 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<iframe src="script-tests/request-animation-frame-subframe.html" width="700" height="500"></iframe>
<script type="text/javascript" charset="utf-8">
description("Tests requestAnimationFrame in an iframe");
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
index e19d574..571e229 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test how animation methods react to too few arguments.');
shouldThrow("webkitRequestAnimationFrame()");
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
index 33a641e..182f0e9 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-timestamps-advance.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html
index f1925af..5201d30 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-timestamps.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html
index 15dfd50..ba5c1cd 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-within-callback.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
index 439c745..30cf08a1 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html
index dbbd9d9..fe209e6 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="YOUR_JS_FILE_HERE"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html b/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
index 7a6d9c2..0a76aab 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script>