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

Unified Diff: LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.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/fixed-position-element.html
diff --git a/LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html b/LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html
deleted file mode 100644
index f8a7f79bd64dcb5f9046747afb10cd78ddfdafa8..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<head>
-<style>
-#square
-{
- height: 64px;
- width: 64px;
- margin-top: 3em;
- background: green url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAAXNSR0IArs4c6QAAAE1JREFUaN7tz0ENAAAIBKDT/p21gX83aEBl8lonAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgK3BVGGAX99FLDRAAAAAElFTkSuQmCC') no-repeat fixed
-}
-#fixed-position-element
-{
- position: fixed;
- top: 100px;
- height: 64px;
- width: 64px;
-}
-</style>
-</head>
-<body>
-<p>This tests that fixed background images are honored on a page with at least one fixed position element. If the square (below) is green, then the test PASSED.</p>
-<div id="square">&nbsp;</div>
-<div id="fixed-position-element">&nbsp;</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698