-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1658344 [wpt PR 24935] - Test some visual effects on MathML conte…
…nt, a=testonly Automatic update from web-platform-tests Test some visual effects on MathML content (#24935) See https://github.com/mathml-refresh/mathml/issues/179. -- wpt-commits: 9b98f401e54a7acf9f2dc889318ee7c5d56c1263 wpt-pr: 24935 UltraBlame original commit: e906ea5fd219483619deb8b5e9d2e8cf1fa205dd
- Loading branch information
Showing
8 changed files
with
1,737 additions
and
0 deletions.
There are no files selected for viewing
131 changes: 131 additions & 0 deletions
131
testing/web-platform/tests/mathml/relations/css-styling/blur-filter-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
< | ||
! | ||
DOCTYPE | ||
html | ||
> | ||
< | ||
html | ||
> | ||
< | ||
head | ||
> | ||
< | ||
meta | ||
charset | ||
= | ||
" | ||
utf | ||
- | ||
8 | ||
" | ||
> | ||
< | ||
title | ||
> | ||
Blur | ||
filter | ||
( | ||
reference | ||
) | ||
< | ||
/ | ||
title | ||
> | ||
< | ||
/ | ||
head | ||
> | ||
< | ||
body | ||
> | ||
< | ||
p | ||
> | ||
Rectangles | ||
should | ||
be | ||
blurred | ||
. | ||
< | ||
/ | ||
p | ||
> | ||
< | ||
div | ||
style | ||
= | ||
" | ||
background | ||
: | ||
green | ||
; | ||
filter | ||
: | ||
blur | ||
( | ||
5px | ||
) | ||
; | ||
width | ||
: | ||
200px | ||
; | ||
height | ||
: | ||
200px | ||
; | ||
" | ||
> | ||
< | ||
/ | ||
div | ||
> | ||
< | ||
div | ||
style | ||
= | ||
" | ||
background | ||
: | ||
green | ||
; | ||
filter | ||
: | ||
blur | ||
( | ||
5px | ||
) | ||
; | ||
width | ||
: | ||
200px | ||
; | ||
height | ||
: | ||
200px | ||
; | ||
position | ||
: | ||
absolute | ||
; | ||
top | ||
: | ||
300px | ||
" | ||
> | ||
< | ||
/ | ||
div | ||
> | ||
< | ||
/ | ||
div | ||
> | ||
< | ||
/ | ||
body | ||
> | ||
< | ||
/ | ||
html | ||
> |
Oops, something went wrong.