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

Side by Side Diff: Source/web/tests/data/fixed-position.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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
« no previous file with comments | « Source/web/tests/data/first_party.html ('k') | Source/web/tests/data/fixed_layout.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 .fixed { 5 .fixed {
6 position: fixed; 6 position: fixed;
7 } 7 }
8 .top { 8 .top {
9 top: 1px; 9 top: 1px;
10 } 10 }
(...skipping 16 matching lines...) Expand all
27 <div id="div-tl" class="fixed top left">X</div> 27 <div id="div-tl" class="fixed top left">X</div>
28 <div id="div-tr" class="fixed top right">X</div> 28 <div id="div-tr" class="fixed top right">X</div>
29 <div id="div-bl" class="fixed bottom left">X</div> 29 <div id="div-bl" class="fixed bottom left">X</div>
30 <div id="div-br" class="fixed bottom right">X</div> 30 <div id="div-br" class="fixed bottom right">X</div>
31 <span id="span-tl" class="fixed top left">X</span> 31 <span id="span-tl" class="fixed top left">X</span>
32 <span id="span-tr" class="fixed top right">X</span> 32 <span id="span-tr" class="fixed top right">X</span>
33 <span id="span-bl" class="fixed bottom left">X</span> 33 <span id="span-bl" class="fixed bottom left">X</span>
34 <span id="span-br" class="fixed bottom right">X</span> 34 <span id="span-br" class="fixed bottom right">X</span>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/first_party.html ('k') | Source/web/tests/data/fixed_layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698