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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt

Issue 1736533004: Adjust deprecation messages to match Estimated Stable Dates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: Elements using the 'border-image' CSS property with no 'border- style' set should have no border, but currently do. Setting 'border-style' will be required in M51, around June 2016. See https://www.chromestatus.com/features/ 5542503914668032 for more details. 1 CONSOLE WARNING: Elements using the 'border-image' CSS property with no 'border- style' set should have no border, but currently do. Setting 'border-style' will be required in M51, around May 2016. See https://www.chromestatus.com/features/5 542503914668032 for more details.
2 CONSOLE MESSAGE: line 10: iframe loaded 2 CONSOLE MESSAGE: line 10: iframe loaded
3 Tests that injected user stylesheets are reflected in the Styles pane. 3 Tests that injected user stylesheets are reflected in the Styles pane.
4 4
5 5
6 Main frame style: 6 Main frame style:
7 background-attachment: scroll; 7 background-attachment: scroll;
8 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 8 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
9 background-clip: border-box; 9 background-clip: border-box;
10 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 10 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
11 background-color: rgb(0, 0, 255); 11 background-color: rgb(0, 0, 255);
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 [expanded] 111 [expanded]
112 body { (user agent stylesheet) 112 body { (user agent stylesheet)
113 display: block; 113 display: block;
114 margin: 8px; 114 margin: 8px;
115 margin-top: 8px; 115 margin-top: 8px;
116 margin-right: 8px; 116 margin-right: 8px;
117 margin-bottom: 8px; 117 margin-bottom: 8px;
118 margin-left: 8px; 118 margin-left: 8px;
119 119
120 120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698