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

Side by Side Diff: LayoutTests/inspector/styles/vendor-prefixes-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that properties with WebKit vendor-specific prefixes ("-apple-", "-webkit- ", and "-khtml-") are treated the same as those without the prefix.
2
3 Text
4 [expanded]
5 display: block;
6 div - block user agent stylesheet
7 opacity: 1;
8 #inspected - 1 vendor-prefixes.html:4
9
10 [expanded]
11 element.style { ()
12
13 ======== Matched CSS Rules ========
14 [expanded]
15 #inspected { (vendor-prefixes.html:11)
16 /-- overloaded --/ -apple-opacity: 0.75;
17
18 [expanded]
19 #inspected { (vendor-prefixes.html:4)
20 /-- overloaded --/ -apple-opacity: 0.35;
21 /-- overloaded --/ -webkit-opacity: 0.5;
22 opacity: 1;
23 /-- overloaded --/ -khtml-opacity: 0.25;
24
25 [expanded]
26 div { (user agent stylesheet)
27 display: block;
28
29
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698