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

Side by Side Diff: LayoutTests/fast/repaint/region-painting-composited-element-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
(Empty)
1 <!doctype html>
2 <head>
3 <title>Test for https://bugs.webkit.org/show_bug.cgi?id=102826</title>
4 <script>
5 if (window.testRunner)
6 window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
7 </script>
8 <style type="text/css">
9 #region1, #region2 {
10 width: 100px;
11 height: 50px;
12 background-color: green;
13 }
14 </style>
15 </head>
16 <body>
17 <div id="region1"></div><br />
18 <div id="region2"></div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698