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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt

Issue 24350009: Reverse style resolution to avoid N^2 walk when building the render tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge to ToT Created 7 years, 2 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
1 Test calling getPropertyValue on computed styles that return "resolved" values. 1 Test calling getPropertyValue on computed styles that return "resolved" values.
2 See http://dev.w3.org/csswg/cssom/#resolved-values for more information. 2 See http://dev.w3.org/csswg/cssom/#resolved-values for more information.
3 3
4 Resolved values for element "fixed" with display "block": 4 Resolved values for element "fixed" with display "block":
5 line-height: 30px 5 line-height: 30px
6 width: 150px 6 width: 150px
7 height: 100px 7 height: 100px
8 margin-top: 15px 8 margin-top: 15px
9 margin-right: 30px 9 margin-right: 30px
10 margin-bottom: 20px 10 margin-bottom: 20px
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 padding-right: 10% 264 padding-right: 10%
265 padding-bottom: 24px 265 padding-bottom: 24px
266 padding-left: 0px 266 padding-left: 0px
267 267
268 268
269 Fixed 269 Fixed
270 Percents 270 Percents
271 EMs 271 EMs
272 Auto 272 Auto
273 Mixed 273 Mixed
274
OLDNEW
« no previous file with comments | « LayoutTests/editing/style/underline-expected.txt ('k') | LayoutTests/fast/css/next-sibling-changed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698