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/edit-value-url-with-color-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/edit-value-url-with-color-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/edit-value-url-with-color-expected.txt b/LayoutTests/inspector/elements/styles/edit-value-url-with-color-expected.txt
deleted file mode 100644
index ab08c0f22e3ec6cb7943195b53d0b2b1455793b0..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/edit-value-url-with-color-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Tests that colors are not re-formatted inside url(...) when editing property values.
-
-"white" background
-"url( white )" background
-"url(white.png)" background
-"url(../foo/white.png)" background
-"green url(white)" background
-"url(white) green" background
-"url(white) green, url(green)" background
-"url(white), url(green)" background
-"hsl(0, 50%, 50%) url(white)" background
-"url(white) hsl(0, 50%, 50%)" background
-"url(../black/white.png)" background
-rgb(255, 255, 255)
-url( white )
-url(white.png)
-url(../foo/white.png)
-rgb(0, 128, 0) url(white)
-url(white) rgb(0, 128, 0)
-url(white) green, url(green)
-url(white), url(green)
-rgb(191, 64, 64) url(white)
-url(white) rgb(191, 64, 64)
-url(../black/white.png)
-

Powered by Google App Engine
This is Rietveld 408576698