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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/css-shadow-model-expected.txt

Issue 2230183004: DevTools: Add shadow-editor swatch/icon before box-shadows and text-shadows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update model Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector/components/css-shadow-model-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/components/css-shadow-model-expected.txt b/third_party/WebKit/LayoutTests/inspector/components/css-shadow-model-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f7ab47df9a629adf431ded4b2473b31f128133c1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/components/css-shadow-model-expected.txt
@@ -0,0 +1,45 @@
+Tests CSSLength.parse, CSSShadowModel.parseTextShadow, and CSSShadowModel.parseBoxShadow.
+
+Valid CSSLengths:
+10px
lushnikov 2016/08/19 16:24:34 I like this test, good coverage! I'd suggest enha
flandy 2016/08/19 21:50:39 Done.
+10PX
+-10px
+10px
+10.11px
+0.11px
+10000px
+10000px
+10110px
+-0.01011px
+0px
+0
+0
+0
+0
+
+Valid Text Shadows:
+0 0
+1px 2px
+1px 2px black
+1px 2px 2px
+rgb(0, 0, 0) 1px 2px 2px
+1px 2px 2px rgb(0, 0, 0)
+1px 2px black, 0 0 #ffffff
+1px -2px black, 0 0 rgb(0, 0, 0), 3px 3.5px 3px
+
+Valid Box Shadows:
+0 0
+1px 2px
+1px 2px black
+1px 2px 2px
+1px 2px 2px 3px
+inset 1px 2px
+1px 2px inset
+inset 1px 2px 2px 3px
+rgb(0, 0, 0) 1px 2px 2px
+inset rgb(0, 0, 0) 1px 2px 2px
+inset 1px 2px 2px 3px rgb(0, 0, 0)
+1px 2px 2px 3px rgb(0, 0, 0) inset
+1px 2px black, inset 0 0 #ffffff
+1px -2px black, inset 0 0 rgb(0, 0, 0), 3px 3.5px 3px 4px
+

Powered by Google App Engine
This is Rietveld 408576698