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

Side by Side Diff: LayoutTests/platform/chromium/fast/events/touch/compositor-touch-hit-rects.html

Issue 11644048: Revert 138209 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 8 years 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
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #transformedChild { 5 #transformedChild {
6 -webkit-transform: rotate3d(0.2, 1, 0, 35grad); 6 -webkit-transform: rotate3d(0.2, 1, 0, 35grad);
7 } 7 }
8 #absoluteChild { 8 #absoluteChild {
9 position: absolute; 9 position: absolute;
10 top: 300px; 10 top: 300px;
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 logRects("relativeChildContainer"); 191 logRects("relativeChildContainer");
192 logRects("overhangingContainer"); 192 logRects("overhangingContainer");
193 logRects("transformedChildContainer"); 193 logRects("transformedChildContainer");
194 logRects("continuation"); 194 logRects("continuation");
195 195
196 var testContainer = document.getElementById("tests"); 196 var testContainer = document.getElementById("tests");
197 testContainer.parentNode.removeChild(testContainer); 197 testContainer.parentNode.removeChild(testContainer);
198 198
199 </script> 199 </script>
200 </body> 200 </body>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698