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

Unified Diff: LayoutTests/inspector/elements/styles/styles-history-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-history-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-history-expected.txt b/LayoutTests/inspector/elements/styles/styles-history-expected.txt
deleted file mode 100644
index 5db7f5805fe087aec2af5a19903eb4b703cb7cfb..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/styles-history-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Tests resources panel history.
-
-
-Running: testSetUp
-
-Running: testSetResourceContentMinor
-History length: 0
-
-Running: testSetResourceContentMajor
-History length: 1
-Item 0:
-body {
- margin: 20px;
- padding: 10px;
-}
-
-Running: testSetContentViaModelMinor
-History length: 1
-Item 0:
-body {
- margin: 20px;
- padding: 10px;
-}
-
-Running: testSetContentViaModelMajor
-History length: 2
-Item 0:
-body {
- margin: 20px;
- padding: 10px;
-}
-Item 1:
-body {
- margin:30px;
- padding: 10px;
-}
-
« no previous file with comments | « LayoutTests/inspector/elements/styles/styles-history.html ('k') | LayoutTests/inspector/elements/styles/styles-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698