Bug 1730763 - Fix typo that causes some reftests to fail.
Adjust some tests that are not expected to pass until we implement style containment. MANUAL PUSH: Trivial typo fix CLOSED TREE
This commit is contained in:
@@ -2411,7 +2411,7 @@ nsIFrame* nsCSSFrameConstructor::ConstructDocElementFrame(
|
||||
if (bodyStyle->StyleDisplay()->IsContainAny()) {
|
||||
return rootWM;
|
||||
}
|
||||
const WritingMode bodyWM(computedStyle);
|
||||
const WritingMode bodyWM(bodyStyle);
|
||||
if (bodyWM != rootWM) {
|
||||
nsContentUtils::ReportToConsole(
|
||||
nsIScriptError::warningFlag, "Layout"_ns, mDocument,
|
||||
|
||||
Reference in New Issue
Block a user