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

Unified Diff: LayoutTests/compositing/overflow/universal-acceleration/fixed.html

Issue 22620002: Add layout tests for universal overflow scrolling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 7 years, 4 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
Index: LayoutTests/compositing/overflow/universal-acceleration/fixed.html
diff --git a/LayoutTests/compositing/overflow/universal-acceleration/fixed.html b/LayoutTests/compositing/overflow/universal-acceleration/fixed.html
new file mode 100644
index 0000000000000000000000000000000000000000..cd3c1820a4fa97d41a6925dfcd48c031af3f0b1f
--- /dev/null
+++ b/LayoutTests/compositing/overflow/universal-acceleration/fixed.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="resources/universal-overflow.css">
+<script src="resources/universal-overflow.js"></script>
+ <script>
+ hasSibling = false;
+ hasGrandchildren = false;
+ window.onload = doTest;
Julien - ping for review 2013/08/21 01:34:40 This should totally be folded into the JavaScript
Ian Vollick 2013/08/23 15:02:40 Done.
+ </script>
+</head>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698