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

Unified Diff: LayoutTests/inspector/elements/styles/get-set-stylesheet-text-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/get-set-stylesheet-text-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/get-set-stylesheet-text-expected.txt b/LayoutTests/inspector/elements/styles/get-set-stylesheet-text-expected.txt
deleted file mode 100644
index 697358a9024dcf99f8c0360a2edf957241e50367..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/get-set-stylesheet-text-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Tests that WebInspector.CSSStyleSheet methods work as expected.
-
-Inspect Me
-
-
-Running: testSetText
-=== Original stylesheet text: ===
-body {
- font-size: 12px;
- foo: bar !
-
- important /* !important property not recognized by WebCore */;
- height: 100% !important;
- colorz: "!important";
- important:!important;
- color: "badcolor" ! important /* good property with strange value */;
-}
-
-@media {
- /* @media rule with an empty media list */
-}
-
-/* comment before selector */body.main1/* comment after selector */{/* comment */color: #F00BAA;zoo:moo /* not an !important unrecognized property */}/* comment */
-
-body.main2{background: green /* value !important comment */ !important /* no semicolon, very !important */}
-
-
-Running: testNewElementStyles
-=== Matched rules for h1 after setText() ===
-
-rule
-h1: [user-agent]
-['display':'block'] @[undefined-undefined]
-['font-size':'2em'] @[undefined-undefined]
-['-webkit-margin-before':'0.67em'] @[undefined-undefined]
-['-webkit-margin-after':'0.67em'] @[undefined-undefined]
-['-webkit-margin-start':'0px'] @[undefined-undefined]
-['-webkit-margin-end':'0px'] @[undefined-undefined]
-['font-weight':'bold'] @[undefined-undefined]
-
-rule
-h1: [regular]
-['COLOR':'Red'] @[0:5-0:16]
-

Powered by Google App Engine
This is Rietveld 408576698