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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/responsive/zoom-responsive-transform-animation-expected.html

Issue 2973013002: Group all responsive animation tests together (Closed)
Patch Set: Rebase Created 3 years, 5 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #container { 3 #container {
4 position: absolute; 4 position: absolute;
5 top: 0; 5 top: 0;
6 font-size: 10px; 6 font-size: 10px;
7 } 7 }
8 .target { 8 .target {
9 width: 40px; 9 width: 40px;
10 height: 40px; 10 height: 40px;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 requestAnimationFrame(() => { 59 requestAnimationFrame(() => {
60 requestAnimationFrame(() => { 60 requestAnimationFrame(() => {
61 waitForCompositor().then(() => { 61 waitForCompositor().then(() => {
62 if (window.testRunner) 62 if (window.testRunner)
63 testRunner.notifyDone(); 63 testRunner.notifyDone();
64 }); 64 });
65 }); 65 });
66 }); 66 });
67 </script> 67 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698