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

Unified Diff: LayoutTests/fast/workers/resources/BUG.css

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 | « LayoutTests/fast/workers/parallax.html ('k') | LayoutTests/fast/workers/resources/bubble.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/workers/resources/BUG.css
diff --git a/LayoutTests/fast/workers/resources/BUG.css b/LayoutTests/fast/workers/resources/BUG.css
new file mode 100644
index 0000000000000000000000000000000000000000..502847aefd2fa15a7d7b9d000aa4c14485b10a41
--- /dev/null
+++ b/LayoutTests/fast/workers/resources/BUG.css
@@ -0,0 +1,31 @@
+body {
+ margin: 0;
+}
+
+#scroller {
+ overflow: scroll;
+ width: 100%;
+ height: 100%;
+}
+
+#curtain-container {
+ transform: translateX(50%);
+ height: 2000px;
+ width: 100%;
+}
+
+.curtain {
+ will-change: transform;
+ width: 50%;
+ height: 2000px;
+ position: absolute;
+}
+
+#curtain-left {
+ background: blue;
+ transform: translateX(-100%);
+}
+
+#curtain-right {
+ background: green;
+}
« no previous file with comments | « LayoutTests/fast/workers/parallax.html ('k') | LayoutTests/fast/workers/resources/bubble.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698