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

Unified Diff: LayoutTests/inspector/elements/styles/region-style-crash-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/region-style-crash-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/region-style-crash-expected.txt b/LayoutTests/inspector/elements/styles/region-style-crash-expected.txt
deleted file mode 100644
index 341ae7f1376a573afc4b28d800bc08f16890ac51..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/region-style-crash-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Tests that webkit css region styling can be parsed correctly. Test passes if it doesn't crash.
-
-P color styled in region: #008000.
-
-color: rgb(255, 0, 0);
-display: block;
-[expanded]
-element.style { ()
-
-[expanded]
-#p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1)
- color: #ff0000;
-
-[expanded]
-p { (user agent stylesheet)
- display: block;
- -webkit-margin-before: 1em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
-
-

Powered by Google App Engine
This is Rietveld 408576698