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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/transforms/transform-update-affects-scroll-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
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 direction: rtl;
5 overflow: hidden;
6 }
7 #transformed {
8 position: absolute;
9 left: 0;
10 top: 0;
11 height: 200px;
12 width: 200px;
13 background-color: lightgreen;
14 }
15 </style>
16 <div id="transformed">This box should be exactly in the top-left corner</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698