Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(91)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html
Issue
779383003
:
Impl-side painting for css*/ layout tests (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix mix-blend-mode-with-masking expectation
Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
LayoutTests/TestExpectations
LayoutTests/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.html
LayoutTests/css3/blending/mix-blend-mode-with-masking-expected.html
LayoutTests/css3/filters/css-opacity-with-drop-shadow-expected.html
LayoutTests/css3/masking/mask-repeat-space-content-expected.html
Tools/Scripts/webkitpy/layout_tests/port/base.py
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« LayoutTests/css3/blending/mix-blend-mode-with-masking-expected.html
('k') |
LayoutTests/css3/masking/mask-repeat-space-content-expected.html »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>This test verifies that an element's drop shadow filter is not clippe d when a CSS opacity property is applied.</title>
5
<!--
6
This is the reference file for the the test.
7
If the associated test passes, you should see a gray square and a light green square.
8
-->
9
<style>
10
body {
11
margin: 0;
12
}
13
#filtered {
14
background-color: black;
15
opacity: 0.5;
16
width: 100px;
17
height: 100px;
18
}
19
#drop-shadow {
20
background-color: #0f0;
21
opacity: 0.5;
22
position: absolute;
23
top: 110px;
24
left: 110px;
25
width: 100px;
26
height: 100px;
27
}
28
</style>
29
</head>
30
<body>
31
<div id="filtered"></div>
32
<div id="drop-shadow"></div>
33
</body>
OLD
NEW
« no previous file with comments
|
« LayoutTests/css3/blending/mix-blend-mode-with-masking-expected.html
('k') |
LayoutTests/css3/masking/mask-repeat-space-content-expected.html »
('j') |
no next file with comments »
Issue 779383003: Impl-side painting for css*/ layout tests (Closed)
Created 6 years ago by enne (OOO)
Modified 6 years ago
Reviewers: chrishtr
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0
This is Rietveld
408576698