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

Unified Diff: LayoutTests/inspector/elements/styles/resources/styles-new-API.css

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/resources/styles-new-API.css
diff --git a/LayoutTests/inspector/elements/styles/resources/styles-new-API.css b/LayoutTests/inspector/elements/styles/resources/styles-new-API.css
deleted file mode 100644
index 5f79238b81cbd56209a63752e8f6f390225482c4..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/resources/styles-new-API.css
+++ /dev/null
@@ -1,33 +0,0 @@
-@charset "UTF-8";
-
-@import url("styles-new-API-1.css");
-
-html {
- font-weight: 400;
-}
-
-@media screen {
-body {
- font-size: 12px;
- foo: bar !
-
- important /* !important property not recognized by WebCore */;
- height: 100% !important;
- colorz: "!important";
- important:!important;
- color: yellow;
- color: "badcolor" ! important /* good property with strange value */;
-}
-
-/* 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 */}
-}
-
-body::after {
- content: "After body";
-}
-
-h1 {
- height : 100% ; border: 1px solid; border-width: 2px; background-color : #33FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-top:1px;*/
-}

Powered by Google App Engine
This is Rietveld 408576698