Index: LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt |
diff --git a/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt b/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt |
deleted file mode 100644 |
index 21d24126199a1a4ea317d4d0769a13947c4ecafe..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt |
+++ /dev/null |
@@ -1,55 +0,0 @@ |
-Tests that style property disablement is propagated into the stylesheet UISourceCode working copy. |
- |
- |
-Running: selectContainer |
- |
-Running: showEditor |
-==Source frame contents start== |
-#inspected { |
- font-weight: bold; |
-} |
- |
-==Source frame contents end== |
- |
-Running: togglePropertyOff |
- |
-Running: dumpDisabledText |
-==Source frame contents start== |
-#inspected { |
- /* font-weight: bold; */ |
-} |
- |
-==Source frame contents end== |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-#inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-update.css:1:1) |
-/-- overloaded --/ /-- disabled --/ /* font-weight: bold; */ |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
- |
-Running: togglePropertyOn |
- |
-Running: dumpEnabledText |
-==Source frame contents start== |
-#inspected { |
- font-weight: bold; |
-} |
- |
-==Source frame contents end== |
-[expanded] |
-element.style { () |
- |
-[expanded] |
-#inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-update.css:1:1) |
- font-weight: bold; |
- |
-[expanded] |
-div { (user agent stylesheet) |
- display: block; |
- |
- |