Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt b/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt
deleted file mode 100644
index 7ec9d8d8bc88c2eb3060761d897f7d1c6fad72db..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-Tests that computed styles expand and allow tracing to style rules.
-
-==== Computed style for ID1 ====
-background-attachment: scroll;
-background-clip: border-box;
-background-color: rgb(128, 128, 128);
-background-image: none;
-background-origin: padding-box;
-background-size: auto;
-display: block;
-font-family: Courier;
-text-decoration: underline solid rgb(0, 0, 0);
-text-decoration-color: rgb(0, 0, 0);
-text-decoration-line: underline;
-text-decoration-style: solid;
-[expanded]
-element.style { ()
-
-==== Computed style for ID2 ====
-background-color: rgb(0, 0, 255);
-display: block;
-font-family: Courier;
-text-decoration: underline solid rgb(0, 0, 0);
-text-decoration-color: rgb(0, 0, 0);
-text-decoration-line: underline;
-text-decoration-style: solid;
-[expanded]
-element.style { ()
-
-==== Style for ID3 ====
-[expanded]
-element.style { ()
-
-[expanded]
-button[Attributes Style] { ()
- display: none;
-
-

Powered by Google App Engine
This is Rietveld 408576698