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

Side by Side Diff: LayoutTests/http/tests/css/pending-stylesheet-offset-width.html

Issue 287053003: Let updateLayout do style recalc instead of styleResolverChanged. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed unnecessary mime type. Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="/js-test-resources/js-test.js"></script>
3 <style>
4 #t { width: 200px; }
5 </style>
6 <link rel="stylesheet" href="/resources/load-and-stall.php?name=pending-styleshe et-offset-width.css&stallAt=0&stallFor=1">
7 <div id="t"></div>
8 <script>
9 description("Check that we use the style present asking for offsetWidth, ignorin g pending stylesheets.");
10
11 shouldBe("t.offsetWidth", "200");
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698