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

Side by Side Diff: LayoutTests/fast/dom/length-attribute-mapping-expected.txt

Issue 10349004: Revert 115573 - Move Length and CSS length computation to float (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1123/
Patch Set: Created 8 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
OLDNEW
1 This tests the mapping of length-type attributes to CSS length values. 1 This tests the mapping of length-type attributes to CSS length values.
2 2
3 <img>: 3 <img>:
4 PASS: 90zz is mapped to 90px 4 PASS: 90zz is mapped to 90px
5 PASS: 80% is mapped to 80% 5 PASS: 80% is mapped to 80%
6 PASS: 70%5 is mapped to 70% 6 PASS: 70%5 is mapped to 70%
7 PASS: 60%% is mapped to 60% 7 PASS: 60%% is mapped to 60%
8 PASS: 50* is not mapped 8 PASS: 50* is not mapped
9 PASS: 40*5 is not mapped 9 PASS: 40*5 is not mapped
10 PASS: 30.5 is mapped to 30.5px 10 PASS: 30.5 is mapped to 30px
11 11
12 <col>: 12 <col>:
13 PASS: 90zz is mapped to 90px 13 PASS: 90zz is mapped to 90px
14 PASS: 80% is mapped to 80% 14 PASS: 80% is mapped to 80%
15 PASS: 70%5 is mapped to 70% 15 PASS: 70%5 is mapped to 70%
16 PASS: 60%% is mapped to 60% 16 PASS: 60%% is mapped to 60%
17 PASS: 50* is not mapped 17 PASS: 50* is not mapped
18 PASS: 40*5 is not mapped 18 PASS: 40*5 is not mapped
19 PASS: 30.5 is mapped to 30.5px 19 PASS: 30.5 is mapped to 30px
20 20
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/length-attribute-mapping.html ('k') | LayoutTests/platform/mac-snowleopard/fast/forms/001-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698