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

Unified Diff: android_webview/test/shell/assets/visual_state_waits_for_js_detached_test.html

Issue 1428263003: Remove fallback tick software draw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/test/shell/assets/visual_state_waits_for_js_detached_test.html
diff --git a/android_webview/test/shell/assets/visual_state_waits_for_js_detached_test.html b/android_webview/test/shell/assets/visual_state_waits_for_js_detached_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..6bbf1020ed12ba366dc709facc49f5e2abeff143
--- /dev/null
+++ b/android_webview/test/shell/assets/visual_state_waits_for_js_detached_test.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+ <script>
+ function updateColor() {
+ document.body.style.backgroundColor = "red";
+ pageChangeNotifier.onPageChanged();
+ }
+ </script>
+ <style>
+ body {
+ margin: 0px;
+ padding: 0px;
+ background-color: blue;
+ }
+ </style>
+</head>
+<body onload="javascript:updateColor()">
+</body>
+</html>
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698