mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Auto merge of #7291 - pcwalton:has-layer-flag, r=mbrubeck
layout: Centralize the logic that determines whether fragments get layers in the fragment. …so that it can be activated when we're forcing the creation of extra layers due to positioned descendants that themselves have layers. The newly failing tests were tests that accidentally passed due to incorrect stacking order. Closes #7281. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7291) <!-- Reviewable:end -->
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[abspos-overflow-010.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[abspos-overflow-011.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[max-height-107.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[max-height-110.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[min-height-104.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
@@ -0,0 +1,3 @@
|
||||
[min-height-105.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
Reference in New Issue
Block a user