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

Side by Side Diff: LayoutTests/scrollbars/rtl/overflow-scroll-rtl.html

Issue 285293007: Fix layoutOverflowRect in case of explicit 'overflow: scroll', but no overflow content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 <p>All the digits from 0 to 9 should be visible.</p>
Julien - ping for review 2014/05/20 15:46:56 The text is what makes the test platform-dependent
3 <div id="outer" style="direction: rtl; background-color: blue; width: 200px; hei ght: 200px; overflow: scroll;">
4 <div id="inner" style="background-color: lightgreen;">0123456789</div>
5 </div>
Julien - ping for review 2014/05/19 14:36:19 This test should use mock scrollbars to avoid bein
pals 2014/05/20 09:20:19 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698