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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/box-inline-resize-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 <style>
4 #about-container {
5 display: -webkit-box;
6 }
7 #foo {
8 background-color: green;
9 width: 32px;
10 height: 32px;
11 }
12 </style>
13 </head>
14
15 <p>Test for http://crbug.com/360453</p>
16 <p>You should see an invalidation at x=40 of the h2 or this test is broken.</p>
17
18 <div id="about-container">
19 <img id='foo'/>
20 <h2>Chromium</h2>
21 </div>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698