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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 #square
5 {
6 height: 64px;
7 width: 64px;
8 margin-top: 3em;
9 background: red url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAC AIAAAAlC+aJAAAAAXNSR0IArs4c6QAAAE1JREFUaN7tz0ENAAAIBKDT/p21gX83aEBl8lonAgICAgICA gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgK3BVGGAX99FLDRAAAAAElFTkSuQ mCC') no-repeat fixed
10 }
11 </style>
12 </head>
13 <body>
14 <p>This tests that fixed background images are ignored on a page with no fixed p ositioned elements. If the square (below) is green, then the test PASSED.</p>
15 <p>Note, we expect this test to fail on all ports that have not compiled with FA ST_MOBILE_SCROLLING enabled.</p>
16 <div id="square">&nbsp;</div>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698