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

Unified Diff: LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html

Issue 1318603005: Revert of Replace pinch scrollbars with regular scrollbars. (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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html
diff --git a/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html b/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html
index 69cbb35b5f6e711af783066dabca4a4c3954e43c..d6516e17011617b8f532407f1df782f92961ccb7 100644
--- a/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html
+++ b/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html
@@ -4,10 +4,6 @@
<head>
<title>Position fixed with transform</title>
<style type="text/css" media="screen">
- ::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
body {
height: 1000px;
width: 1000px;

Powered by Google App Engine
This is Rietveld 408576698