File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 43
43
< body >
44
44
45
45
< p > WHAT: The two boxes animate from black to red to green to blue.</ p >
46
- < p > The first box should start with a delay, the second box should start immediately.</ p >
46
+ < p > EXPECTED: The first box should start with a delay, the second box should start immediately.</ p >
47
47
48
48
< div id ="box1 " class ="box "> </ div >
49
49
< div id ="box2 " class ="box "> </ div >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Dialog Visual Test - Modal Dialog in Large DOM</ title >
6
- < link rel ="stylesheet " href ="../visual.css ">
7
6
< link rel ="stylesheet " href ="../../../themes/base/jquery.ui.all.css ">
8
7
< script src ="../../../jquery-1.7.2.js "> </ script >
9
8
< script src ="../../../external/jquery.bgiframe-2.1.2.js "> </ script >
37
36
</ head >
38
37
< body >
39
38
39
+ < p > WHAT: A single dialog is created on a page with a large DOM.</ p >
40
+ < p > EXPECTED: Creating and opening the dialog should be fast, regardless of page size.</ p >
41
+
40
42
< button id ="opener "> open dialog</ button >
41
43
< div id ="dialog " title ="Dialog Title ">
42
44
< p > Dialog Content </ p >
51
53
< div > < div > < div > < div > < div > < div > < div > < div > < div > < div >
52
54
< div > < div > < div > < div > < div > < div > < div > < div > < div > < div >
53
55
< div > < div > < div > < div > < div > < div > < div > < div > < div > < div >
54
- < div > < p > This < span > is</ span > < span > a</ span > < strong > large</ strong > < abbr > DOM</ abbr > </ p > . </ div >
56
+ < div > < p > This < span > is</ span > < span > a</ span > < strong > large</ strong > < abbr > DOM</ abbr > . </ p > </ div >
55
57
< input >
56
58
< select >
57
59
< option > option 1</ option >
You can’t perform that action at this time.
0 commit comments