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

Unified Diff: LayoutTests/fast/fast-mobile-scrolling/no-fixed-position-elements.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/fast/fast-mobile-scrolling/no-fixed-position-elements.html
diff --git a/LayoutTests/fast/fast-mobile-scrolling/no-fixed-position-elements.html b/LayoutTests/fast/fast-mobile-scrolling/no-fixed-position-elements.html
deleted file mode 100644
index 899a8badc2355d8ea68a640754f0cdff007aec5b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/fast-mobile-scrolling/no-fixed-position-elements.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
-<style>
-#square
-{
- height: 64px;
- width: 64px;
- margin-top: 3em;
- background: red url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAAXNSR0IArs4c6QAAAE1JREFUaN7tz0ENAAAIBKDT/p21gX83aEBl8lonAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgK3BVGGAX99FLDRAAAAAElFTkSuQmCC') no-repeat fixed
-}
-</style>
-</head>
-<body>
-<p>This tests that fixed background images are ignored on a page with no fixed positioned elements. If the square (below) is green, then the test PASSED.</p>
-<p>Note, we expect this test to fail on all ports that have not compiled with FAST_MOBILE_SCROLLING enabled.</p>
-<div id="square">&nbsp;</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698