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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/transform-positioned-container-expected.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #old-container { 3 #old-container {
4 position: relative; 4 position: relative;
5 } 5 }
6 6
7 #positioned-child { 7 #positioned-child {
8 position: absolute; 8 position: absolute;
9 } 9 }
10 10
11 #descendant-needing-layout { 11 #descendant-needing-layout {
12 display: none; 12 display: none;
13 width: 100px; 13 width: 100px;
14 height: 100px; 14 height: 100px;
15 background-color: green; 15 background-color: green;
16 } 16 }
17 </style> 17 </style>
18 This test verifies adding transform to a block correctly update container status . 18 This test verifies adding transform to a block correctly update container status .
19 <div style="width:100px; height:100px; background-color:green;"> 19 <div style="width:100px; height:100px; background-color:green;">
20 </div> 20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698