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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/region-style-crash-expected.txt

Issue 2203473002: DevTools: fix CSS.getComputedStyle protocol method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: we should not query for descriptors only properties 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/region-style-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/region-style-crash-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/region-style-crash-expected.txt
index 10f475fbeb15e24d50f8c4810623d3513ba9a07e..7917e71ef66c08d95e42307d4c03d38f0d19620e 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/region-style-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/region-style-crash-expected.txt
@@ -6,6 +6,14 @@ color: rgb(255, 0, 0);
#ff0000 - #p1 region-style-crash.html:6 -> region-style-crash.html:6:1
display: block;
block - p user agent stylesheet
+-webkit-margin-after: 16px;
+ 1em - p user agent stylesheet
+-webkit-margin-before: 16px;
+ 1em - p user agent stylesheet
+-webkit-margin-end: 0px;
+ 0px - p user agent stylesheet
+-webkit-margin-start: 0px;
+ 0px - p user agent stylesheet
[expanded]
element.style { ()

Powered by Google App Engine
This is Rietveld 408576698