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

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

Issue 3404021: Merge 68158 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/get-transform-from-non-box-container-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.layoutTestController) 20 if (window.layoutTestController)
21 layoutTestController.dumpAsText(); 21 layoutTestController.dumpAsText();
22 </script> 22 </script>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/overflow/get-transform-from-non-box-container-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698