summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/platform/linux/fast/dom/css-rule-functions-expected.txt
blob: e8e144f7dae44dfee2cd49fc280f6a655724b4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
layer at (0,0) size 800x600
  LayoutView at (0,0) size 800x600
layer at (0,0) size 800x161
  LayoutBlockFlow {HTML} at (0,0) size 800x161
    LayoutBlockFlow {BODY} at (8,13) size 784x140
      LayoutBlockFlow {PRE} at (0,0) size 784x0
      LayoutBlockFlow (anonymous) at (0,0) size 784x40
        LayoutText {#text} at (0,0) size 765x39
          text run at (0,0) width 765: "This tests that insertRule, deleteRule, and the IE extensions addRule and removeRule update the style when rules are added and"
          text run at (0,20) width 392: "removed. It also tests that disabling a stylesheet updates the style."
      LayoutBlockFlow {DIV} at (0,40) size 784x20
        LayoutText {#text} at (0,0) size 459x19
          text run at (0,0) width 459: "This is div1. This text should not be red because that rule has been removed."
      LayoutBlockFlow {DIV} at (0,60) size 784x20 [color=#0000FF]
        LayoutText {#text} at (0,0) size 579x19
          text run at (0,0) width 579: "This is div2. This text should be blue because a matching rule with that property has been added."
      LayoutBlockFlow {DIV} at (0,80) size 784x20
        LayoutText {#text} at (0,0) size 478x19
          text run at (0,0) width 478: "This is div3. This text should not be yellow because that rule has been removed."
      LayoutBlockFlow {DIV} at (0,100) size 784x20 [color=#008000]
        LayoutText {#text} at (0,0) size 587x19
          text run at (0,0) width 587: "This is div4. This text should be green because a matching rule with that property has been added."
      LayoutBlockFlow {DIV} at (0,120) size 784x20
        LayoutText {#text} at (0,0) size 587x19
          text run at (0,0) width 587: "This is div3. This text should not be purple because the stylesheet with that rule has been disabled."