3 This test ensures that the offset from renderer is correctly applied
4 to reparented overflow controls, even if they are unclipped.
30 <div style=
"z-index: 1; position: absolute"></div>
31 <div style=
"z-index: 0; perspective: 1000px; position: absolute;">
33 <div id='fixed'
></div>
34 <div id='scrolled'
></div>
38 // Check that a case with a reparented overflow control and a containing perspective node
39 // paints the same with and without layer squashing.
40 if (window
.internals
) {
41 window
.internals
.settings
.setOverlayScrollbarsEnabled(true);
42 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);