1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow (anonymous) at (0,0) size 784x56
LayoutText {#text} at (0,0) size 773x55
text run at (0,0) width 403: "This is a test of dynamic rem unit scaling. "
text run at (403,0) width 370: "Changes to the root element's font size"
text run at (0,28) width 706: "need to cause dependent elements in the document tree to update as well."
LayoutBlockFlow {DIV} at (0,56) size 784x40
LayoutBlockFlow (anonymous) at (0,0) size 784x12
LayoutText {#text} at (0,0) size 107x12
text run at (0,0) width 107: "This text should be small."
LayoutBlockFlow {DIV} at (0,12) size 784x28
LayoutText {#text} at (0,0) size 445x27
text run at (0,0) width 445: "This text should match the root (and be 24px)."
|