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

Unified Diff: Source/web/tests/data/frame_timing_3.html

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTests for new properties Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/data/frame_timing_2.html ('k') | Source/web/tests/data/frame_timing_b.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/frame_timing_3.html
diff --git a/Source/web/tests/data/frame_timing_3.html b/Source/web/tests/data/frame_timing_3.html
new file mode 100644
index 0000000000000000000000000000000000000000..b41a89699122abdca5cb2045229934244f50d1e0
--- /dev/null
+++ b/Source/web/tests/data/frame_timing_3.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<html>
+<body style='margin:0px; display: flex;'>
+<iframe id="frame1" src="frame_timing_inner.html?100px:100px" style='width: 100px; height: 100px;'></iframe>
+<iframe id="frame2" src="frame_timing_b.html" style='width: 300px; height: 300px; -webkit-transform: translateZ(0);'></iframe>
+<iframe id="frame3" src="frame_timing_inner.html?200px:200px" style='width: 200px; height: 200px;'></iframe>
+</body>
+</html>
« no previous file with comments | « Source/web/tests/data/frame_timing_2.html ('k') | Source/web/tests/data/frame_timing_b.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698