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

Side by Side Diff: trunk/LayoutTests/css3/filters/reference-filter-update-after-remove.html

Issue 14706011: Revert 150468 "Switching CSS Variables over to RuntimeEnabledFea..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 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 | trunk/LayoutTests/fast/css/variables/border-width.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Deleted: svn:eol-style
- LF
Deleted: svn:mime-type
- text/html
OLDNEW
1 <script>
2 internals.settings.setCSSVariablesEnabled(true);
3 </script>
1 <style> 4 <style>
2 body { 5 body {
3 -webkit-var-a: url(1); 6 -webkit-var-a: url(1);
4 -webkit-filter: -webkit-var(a); 7 -webkit-filter: -webkit-var(a);
5 } 8 }
6 body::first-letter { 9 body::first-letter {
7 cursor: inherit; 10 cursor: inherit;
8 } 11 }
9 </style> 12 </style>
10 <script> 13 <script>
(...skipping 12 matching lines...) Expand all
23 document.addEventListener("DOMContentLoaded", init, false); 26 document.addEventListener("DOMContentLoaded", init, false);
24 function edit() { 27 function edit() {
25 document.designMode = "on"; 28 document.designMode = "on";
26 r = document.createRange(); 29 r = document.createRange();
27 r.selectNodeContents(rect); 30 r.selectNodeContents(rect);
28 window.getSelection().addRange(r); 31 window.getSelection().addRange(r);
29 window.getSelection().deleteFromDocument(); 32 window.getSelection().deleteFromDocument();
30 if (window.testRunner) testRunner.notifyDone(); 33 if (window.testRunner) testRunner.notifyDone();
31 } 34 }
32 </script> 35 </script>
OLDNEW
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/css/variables/border-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698