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

Side by Side Diff: LayoutTests/scrollbars/custom-scrollbar-enable-changes-thickness-with-iframe.html

Issue 1296033002: Fix re-layout logic in LayoutScrollbar::updateScrollbarParts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/scrollbars/custom-scrollbar-enable-changes-thickness-with-iframe-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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 ::-webkit-scrollbar { height: 15px; width: 15px; }
4 ::-webkit-scrollbar:disabled { display: none; }
5 </style>
6
7 This test verifies that layout runs correctly when custom scrollbar styles produ ce
8 different thickness for the enabled and disabled states, and are inherited by an iframe.
9 <br><br>
10 The test passes if it does not crash.
11
12 <iframe width=800 height=600 srcdoc=""></iframe>
13 <script>
14 if (window.testRunner) {
15 testRunner.dumpAsText();
16 }
17 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/scrollbars/custom-scrollbar-enable-changes-thickness-with-iframe-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698