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

Unified Diff: LayoutTests/inspector/elements/styles/styles-source-offsets-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-source-offsets-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-source-offsets-expected.txt b/LayoutTests/inspector/elements/styles/styles-source-offsets-expected.txt
deleted file mode 100644
index b76437d55fc81bcc058c800e054ac418f525d193..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/styles-source-offsets-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Tests that proper data and start/end offset positions are reported for CSS style declarations and properties.
-
-body: [0:0-0:4] [0:6-9:0]
-['font-size':'12px'] @[1:4-1:20]
-['foo':'bar !
-
- important /* !important property not recognized by WebCore */' !important non-parsed] @[2:4-4:66]
-['height':'100% !important' !important] @[5:4-5:28]
-['colorz':'"!important"' non-parsed] @[6:4-6:25]
-['important':'!important' !important non-parsed] @[7:4-7:25]
-['color':'"badcolor" ! important /* good property with strange value */' !important non-parsed] @[8:4-8:73]
-body.main1: [11:29-11:67] [11:68-11:149]
-['color':'#F00BAA'] @[11:81-11:96]
-['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[11:96-11:149]
-body.main2: [13:0-13:10] [13:11-13:106]
-['background':'green /* value !important comment */ !important /* no semicolon, very !important */' !important] @[13:11-13:106]
-body.mainpage: [2:0-2:13] [2:15-5:0]
-['text-decoration':'none'] @[3:4-3:26]
-['badproperty':'1badvalue1' non-parsed] @[4:4-4:28]
-element.style: [0:0-0:31]
-['font-weight':'normal'] @[0:0-0:20]
-['width':'80%'] @[0:21-0:31]
-

Powered by Google App Engine
This is Rietveld 408576698