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

Side by Side Diff: LayoutTests/css3/filters/effect-reference-rename-2.html

Issue 1068073005: Handle layer clients in LayoutSVGResourceContainer::registerResource (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Continue in loop Created 5 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
« no previous file with comments | « no previous file | LayoutTests/css3/filters/effect-reference-rename-2-expected.html » ('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 <script src="../../resources/run-after-display.js"></script>
3 <svg height="0">
4 <filter id="NotMyFilter">
5 <feColorMatrix type="hueRotate" values="90"/>
6 </filter>
7 </svg>
8 <div style="width: 100px; height: 100px; background-color: red; -webkit-filter: url(#MyFilter); filter: url(#MyFilter);"></div>
9 <script>
10 runAfterDisplay(function() {
11 document.getElementById("NotMyFilter").id = "MyFilter";
12 }, true);
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/css3/filters/effect-reference-rename-2-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698