Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / css-rule-functions-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x147
4   RenderBlock {HTML} at (0,0) size 800x147
5     RenderBody {BODY} at (8,13) size 784x126
6       RenderBlock {PRE} at (0,0) size 784x0
7       RenderBlock (anonymous) at (0,0) size 784x36
8         RenderText {#text} at (0,0) size 777x36
9           text run at (0,0) width 777: "This tests that insertRule, deleteRule, and the IE extensions addRule and removeRule update the style when rules are added"
10           text run at (0,18) width 435: "and removed. It also tests that disabling a stylesheet updates the style."
11       RenderBlock {DIV} at (0,36) size 784x18
12         RenderText {#text} at (0,0) size 481x18
13           text run at (0,0) width 481: "This is div1. This text should not be red because that rule has been removed."
14       RenderBlock {DIV} at (0,54) size 784x18 [color=#0000FF]
15         RenderText {#text} at (0,0) size 609x18
16           text run at (0,0) width 609: "This is div2. This text should be blue because a matching rule with that property has been added."
17       RenderBlock {DIV} at (0,72) size 784x18
18         RenderText {#text} at (0,0) size 504x18
19           text run at (0,0) width 504: "This is div3. This text should not be yellow because that rule has been removed."
20       RenderBlock {DIV} at (0,90) size 784x18 [color=#008000]
21         RenderText {#text} at (0,0) size 617x18
22           text run at (0,0) width 617: "This is div4. This text should be green because a matching rule with that property has been added."
23       RenderBlock {DIV} at (0,108) size 784x18
24         RenderText {#text} at (0,0) size 618x18
25           text run at (0,0) width 618: "This is div3. This text should not be purple because the stylesheet with that rule has been disabled."