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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/filters/feLight-non-lighting-parent-crash.html

Issue 2031353002: SVGFE{Spot,Distant,Point}LightElement can have non-SVGFE*Lighting parent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/filters/feLight-non-lighting-parent-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>PASS if no assert in debug.</p>
3 <svg>
4 <filter>
5 <feOffset>
6 <fePointLight>
7 <set attributeName="x"></set>
8 </fePointLight>
9 </feOffset>
10 </filter>
11 </svg>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/filters/feLight-non-lighting-parent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698