Index: LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt |
diff --git a/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt b/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt |
deleted file mode 100644 |
index 8bfb9f3752c8145d7a2322831f386a8543d015c2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/styles/force-pseudo-state-expected.txt |
+++ /dev/null |
@@ -1,102 +0,0 @@ |
-Tests that forced element state is reflected in the DOM tree and Styles pane. |
- |
-Test text |
- |
-DIV with :hover and :active |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12:1) |
- font-weight: bold; |
- |
-[expanded] |
-div:hover, a:hover { (force-pseudo-state.html:4 -> force-pseudo-state.html:4:1) |
- color: red; |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
-======== Inherited from body#mainBody.main1.main2.mainpage ======== |
-[expanded] |
-Style Attribute { () |
-/-- overloaded --/ font-weight: normal; |
- |
-- <html> [descendantUserAttributeCounters:[pseudoState=1]] |
- + <head>…</head> |
- - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUserAttributeCounters:[pseudoState=1]] |
- <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> |
- <div id="div">Test text</div> [userProperties:[pseudoState=hover,active]] |
- </body> |
- </html> |
- |
-DIV with :active and :focus |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12:1) |
- font-weight: bold; |
- |
-[expanded] |
-div:focus, a:focus { (force-pseudo-state.html:8 -> force-pseudo-state.html:8:1) |
- border: 1px solid green; |
- border-top-color: green; |
- border-top-style: solid; |
- border-top-width: 1px; |
- border-right-color: green; |
- border-right-style: solid; |
- border-right-width: 1px; |
- border-bottom-color: green; |
- border-bottom-style: solid; |
- border-bottom-width: 1px; |
- border-left-color: green; |
- border-left-style: solid; |
- border-left-width: 1px; |
- |
-[expanded] |
-:focus { (user agent stylesheet) |
- outline: -webkit-focus-ring-color auto 5px; |
- outline-color: -webkit-focus-ring-color; |
- outline-style: auto; |
- outline-width: 5px; |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
-======== Inherited from body#mainBody.main1.main2.mainpage ======== |
-[expanded] |
-Style Attribute { () |
-/-- overloaded --/ font-weight: normal; |
- |
-- <html> [descendantUserAttributeCounters:[pseudoState=1]] |
- + <head>…</head> |
- - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUserAttributeCounters:[pseudoState=1]] |
- <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> |
- <div id="div">Test text</div> [userProperties:[pseudoState=active,focus]] |
- </body> |
- </html> |
- |
-DIV with no forced state |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
-======== Inherited from body#mainBody.main1.main2.mainpage ======== |
-[expanded] |
-Style Attribute { () |
- font-weight: normal; |
- |
-- <html> |
- + <head>…</head> |
- - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> |
- <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> |
- <div id="div">Test text</div> |
- </body> |
- </html> |
- |