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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/vertical-writing-mode-squashed.html

Issue 1955703004: Don't apply container flip when computing offset to transformed ancestor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="writing-mode: vertical-rl; width: 400px; height: 400px; overflow-x: auto; backface-visibility: hidden">
3 <div style="position: relative" id="grandparent">
4 Some text
5 <div id="parent">
6 <a id="child" style="position: relative">This text should not overlap the other text</a>
7
8 </div>
9 </div>
10 <div style="width: 10000px; height:200px; background: yellow"></div>
11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698