| Index: LayoutTests/fast/workers/BUG.html
|
| diff --git a/LayoutTests/fast/workers/BUG.html b/LayoutTests/fast/workers/BUG.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0216039c0c514780b4fcdf4f3a5cece0e0e3cfab
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/workers/BUG.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE HTML>
|
| +<!--
|
| +Copyright 2014 The Chromium Authors. All rights reserved.
|
| +Use of this source code is governed by a BSD-style license that can be
|
| +found in the LICENSE file.
|
| +-->
|
| +<link href="resources/BUG.css" rel="stylesheet" type="text/css">
|
| +<script src="resources/scroll-linked-effects.js" type="text/javascript">
|
| +</script>
|
| +<div id="scroller">
|
| + <div id="curtain-container">
|
| + <div id="curtain-left" class="curtain"></div>
|
| + <div id="curtain-right" class="curtain"></div>
|
| + </div>
|
| +</div>
|
|
|