Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: LayoutTests/fast/workers/BUG.html

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/workers/bubble.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/workers/bubble.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698