Turn on containerless scrolling for root frames on desktop. (bug 1123921, r=kats)

This commit is contained in:
David Anderson 2015-01-26 02:15:35 -08:00
parent 3890296a7b
commit 903012f3ff
4 changed files with 8 additions and 10 deletions

View File

@ -1592,8 +1592,8 @@ skip-if(B2G) fuzzy-if(d2d,52,1051) fuzzy-if(OSX==1008,129,1068) == 586683-1.html
== 589615-1b.html 589615-1-ref.html
== 589672-1.html 589672-1-ref.html
!= 589682-1.html 589682-1-notref.html
skip-if(!browserIsRemote) == 593243-1.html 593243-1-ref.html # bug 593168
skip-if(!browserIsRemote) == 593243-2.html 593243-2-ref.html # bug 593168
skip-if(!asyncPanZoom) == 593243-1.html 593243-1-ref.html # bug 593168
skip-if(!asyncPanZoom) == 593243-2.html 593243-2-ref.html # bug 593168
== 593544-1.html 593544-1-ref.html
random-if(Android) == 594333-1.html 594333-1-ref.html
fuzzy-if(B2G,1,40000) == 594624-1.html 594624-1-ref.html

View File

@ -90,7 +90,6 @@ fails == data:text/plain,HELLO about:blank
needs-focus == data:text/plain, about:blank
# Sanity check of viewport+displayport overrides
random-if(!browserIsRemote) == test-displayport.html test-displayport-ref.html # bug 593168
skip-if(!browserIsRemote) != test-displayport-2.html test-displayport-ref.html # bug 593168
skip-if(!browserIsRemote) fails-if(OSX&&layersGPUAccelerated) fuzzy-if(layersOMTC,1,1390) random-if(Android&&AndroidVersion<15) random-if(B2G||B2GDT) == 647192-1.html 647192-1-ref.html
skip-if(!browserIsRemote||(B2G&&browserIsRemote)) == 656041-1.html 656041-1-ref.html

View File

@ -1,7 +0,0 @@
<!DOCTYPE HTML>
<html reftest-viewport-w="100" reftest-viewport-h="100"
reftest-displayport-w="800" reftest-displayport-h="1000">
<body>
<div style="position: absolute; left:0px; top:0px;width:800px; height:1000px; background:green;"></div>
</body>
</html>

View File

@ -571,6 +571,12 @@ pref("apz.test.logging_enabled", false);
pref("gfx.hidpi.enabled", 2);
#endif
#if !defined(MOZ_WIDGET_GONK) && !defined(MOZ_WIDGET_ANDROID)
// Containerless scrolling for root frames does not yet pass tests on Android
// or B2G.
pref("layout.scroll.root-frame-containers", false);
#endif
// Whether to enable LayerScope tool and default listening port
pref("gfx.layerscope.enabled", false);
pref("gfx.layerscope.port", 23456);