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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 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/elements/styles-2/force-pseudo-state-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
index 0721e85b69c282825462af1a4a45026fd1a551ef..1440dd85c97ec7df2ba4c0105810059b729b6a18 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
@@ -54,11 +54,11 @@ div:focus, a:focus { (force-pseudo-state.html:8 -> force-pseudo-state.html:8:1)
border-left-color: green;
border-left-style: solid;
border-left-width: 1px;
- border-image-source: initial;
- border-image-slice: initial;
- border-image-width: initial;
- border-image-outset: initial;
- border-image-repeat: initial;
+ border-image-source: none;
+ border-image-slice: 100%;
+ border-image-width: 1;
+ border-image-outset: 0;
+ border-image-repeat: stretch;
[expanded]
:focus { (user agent stylesheet)

Powered by Google App Engine
This is Rietveld 408576698