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

Side by Side Diff: LayoutTests/compositing/overflow/get-transform-from-non-box-container.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring Created 6 years, 9 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .container { 4 .container {
5 display: inline; 5 display: inline;
6 -webkit-perspective: 10px; 6 -webkit-perspective: 10px;
7 } 7 }
8 .intermediate { 8 .intermediate {
9 -webkit-column-width: 100px; 9 -webkit-column-width: 100px;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 <div class="container" style="position: relative"> 14 <div class="container" style="position: relative">
15 <div class="intermediate" style="position: absolute"> 15 <div class="intermediate" style="position: absolute">
16 PASS 16 PASS
17 </div> 17 </div>
18 </div> 18 </div>
19 <script> 19 <script>
20 if (window.testRunner) 20 if (window.testRunner)
21 testRunner.dumpAsText(); 21 testRunner.dumpAsText();
22 </script> 22 </script>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698