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

Unified Diff: LayoutTests/fast/repaint/table-writing-modes-v.html

Issue 251433002: Remove calls to testRunner testRepaint/repaintSweep* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add focus-ring expectation Created 6 years, 8 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 | « LayoutTests/fast/repaint/table-writing-modes-h.html ('k') | LayoutTests/fast/repaint/text-emphasis-h.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/table-writing-modes-v.html
diff --git a/LayoutTests/fast/repaint/table-writing-modes-v.html b/LayoutTests/fast/repaint/table-writing-modes-v.html
index 1ceb10ce66c7e376b7e952fb29eb146c0530037d..4245595ba6d9f846eeef51331e6439bc4253056d 100644
--- a/LayoutTests/fast/repaint/table-writing-modes-v.html
+++ b/LayoutTests/fast/repaint/table-writing-modes-v.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<script>
- if (window.testRunner) {
- testRunner.testRepaint();
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
}
</script>
<style>
« no previous file with comments | « LayoutTests/fast/repaint/table-writing-modes-h.html ('k') | LayoutTests/fast/repaint/text-emphasis-h.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698