Skip to content

Commit

Permalink
Bug 1658344 [wpt PR 24935] - Test some visual effects on MathML conte…
Browse files Browse the repository at this point in the history
…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
marco-c committed Sep 28, 2020
1 parent 068a618 commit 8d88efc
Show file tree
Hide file tree
Showing 8 changed files with 1,737 additions and 0 deletions.
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
>
Loading

0 comments on commit 8d88efc

Please sign in to comment.