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

Side by Side Diff: LayoutTests/css3/filters/multiple-filters-invalidation.html

Issue 9429011: Merge 107822 - Source/WebCore: Fix for incorrect/offset image in CSS filters (non-composited path) (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 | LayoutTests/css3/filters/multiple-filters-invalidation-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
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 html { 4 html {
5 -webkit-filter: brightness(0.1) contrast(120%); 5 -webkit-filter: brightness(0.1) contrast(120%);
6 } 6 }
7 #rect { 7 #rect {
8 background: red; 8 background: red;
9 width: 100px; 9 width: 100px;
10 height: 100px; 10 height: 100px;
(...skipping 10 matching lines...) Expand all
21 21
22 if (window.layoutTestController) { 22 if (window.layoutTestController) {
23 layoutTestController.dumpAsText(true); 23 layoutTestController.dumpAsText(true);
24 layoutTestController.display(); 24 layoutTestController.display();
25 changeBackground(); 25 changeBackground();
26 } else 26 } else
27 window.setTimeout(changeBackground, 250); 27 window.setTimeout(changeBackground, 250);
28 28
29 </script> 29 </script>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/css3/filters/multiple-filters-invalidation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698