mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt
This commit is contained in:
parent
65aec024ea
commit
8c19fc069c
@ -1139,7 +1139,7 @@ void nsStyleContext::DumpRegressionData(nsIPresContext* aPresContext, FILE* out,
|
||||
#ifdef INCLUDE_XUL
|
||||
IndentBy(out,aIndent);
|
||||
const nsStyleXUL* xul = (const nsStyleXUL*)GetStyleData(eStyleStruct_XUL);
|
||||
fprintf(out, "<xul data=\"%d %d %d %d %d",
|
||||
fprintf(out, "<xul data=\"%d %d %d %d %d %d",
|
||||
(int)xul->mBoxAlign,
|
||||
(int)xul->mBoxDirection,
|
||||
(int)xul->mBoxFlex,
|
||||
|
@ -1139,7 +1139,7 @@ void nsStyleContext::DumpRegressionData(nsIPresContext* aPresContext, FILE* out,
|
||||
#ifdef INCLUDE_XUL
|
||||
IndentBy(out,aIndent);
|
||||
const nsStyleXUL* xul = (const nsStyleXUL*)GetStyleData(eStyleStruct_XUL);
|
||||
fprintf(out, "<xul data=\"%d %d %d %d %d",
|
||||
fprintf(out, "<xul data=\"%d %d %d %d %d %d",
|
||||
(int)xul->mBoxAlign,
|
||||
(int)xul->mBoxDirection,
|
||||
(int)xul->mBoxFlex,
|
||||
|
Loading…
x
Reference in New Issue
Block a user